Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -177,7 +177,7 @@ with gr.Blocks(css=css) as myface:
|
|
| 177 |
output4=gr.Image(label=(f"{current_model}"))
|
| 178 |
with gr.Row():
|
| 179 |
prompt=gr.Textbox(lines=4)
|
| 180 |
-
|
| 181 |
magic3=gr.Textbox(lines=4)
|
| 182 |
magic4=gr.Textbox(lines=4)
|
| 183 |
with gr.Row():
|
|
|
|
| 177 |
output4=gr.Image(label=(f"{current_model}"))
|
| 178 |
with gr.Row():
|
| 179 |
prompt=gr.Textbox(lines=4)
|
| 180 |
+
prompt2=gr.Textbox(lines=4)
|
| 181 |
magic3=gr.Textbox(lines=4)
|
| 182 |
magic4=gr.Textbox(lines=4)
|
| 183 |
with gr.Row():
|