Yntec commited on
Commit
c83e157
·
1 Parent(s): 0a517cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- magic2=gr.Textbox(lines=4)
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():