Spaces:
Runtime error
Runtime error
Commit
·
c33cd16
1
Parent(s):
c517b3f
Update app.py
Browse files
app.py
CHANGED
@@ -119,7 +119,7 @@ with gr.Blocks(css=css, theme="Base") as demo:
|
|
119 |
text_button = gr.Button("Generate", variant='primary', elem_id="generate")
|
120 |
|
121 |
with gr.Row():
|
122 |
-
|
123 |
|
124 |
|
125 |
with gr.Column(scale=2):
|
|
|
119 |
text_button = gr.Button("Generate", variant='primary', elem_id="generate")
|
120 |
|
121 |
with gr.Row():
|
122 |
+
|
123 |
|
124 |
|
125 |
with gr.Column(scale=2):
|