noes14155 commited on
Commit
c09283e
·
1 Parent(s): 40c5be5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ with gr.Blocks() as myface:
56
  with gr.Row():
57
  output1 = gr.Image(label="")
58
 
59
- model_name1.change(set_model, inputs=model_name1, outputs=[output1])
60
 
61
 
62
  run.click(send_it, inputs=[input_text, model_name1], outputs=[output1])
 
56
  with gr.Row():
57
  output1 = gr.Image(label="")
58
 
59
+ #model_name1.change(set_model, inputs=model_name1, outputs=[output1])
60
 
61
 
62
  run.click(send_it, inputs=[input_text, model_name1], outputs=[output1])