Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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])
|