Spaces:
Runtime error
Runtime error
Commit
·
8dbbd58
1
Parent(s):
9833747
update
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ css = """
|
|
98 |
"""
|
99 |
|
100 |
|
101 |
-
with gr.Blocks(css=css,
|
102 |
with gr.Row():
|
103 |
prompt = gr.Textbox(value="high quality", label="Prompt")
|
104 |
run_button = gr.Button("Generate")
|
|
|
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")
|