cocktailpeanut commited on
Commit
9edde8e
·
1 Parent(s): 8dbbd58
Files changed (1) hide show
  1. app.py +7 -6
app.py CHANGED
@@ -91,14 +91,15 @@ def clear_result():
91
  return gr.update(value=None)
92
 
93
 
94
- css = """
95
- .gradio-container {
96
- width: 1024px !important;
97
- }
98
- """
99
 
100
 
101
- with gr.Blocks(css=css, fill_width=True) as demo:
 
102
  with gr.Row():
103
  prompt = gr.Textbox(value="high quality", label="Prompt")
104
  run_button = gr.Button("Generate")
 
91
  return gr.update(value=None)
92
 
93
 
94
+ #css = """
95
+ #.gradio-container {
96
+ # width: 1024px !important;
97
+ #}
98
+ #"""
99
 
100
 
101
+ #with gr.Blocks(css=css, fill_width=True) as demo:
102
+ with gr.Blocks(fill_width=True) as demo:
103
  with gr.Row():
104
  prompt = gr.Textbox(value="high quality", label="Prompt")
105
  run_button = gr.Button("Generate")