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