Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -179,7 +179,6 @@ with gr.Blocks(css=css) as myface:
|
|
| 179 |
magic1=gr.Textbox(lines=4)
|
| 180 |
if(magic1==""):
|
| 181 |
magic1=f"{prompt}"
|
| 182 |
-
return magic1
|
| 183 |
magic2=gr.Textbox(lines=4)
|
| 184 |
magic3=gr.Textbox(lines=4)
|
| 185 |
magic4=gr.Textbox(lines=4)
|
|
|
|
| 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)
|