Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -235,10 +235,8 @@ with gr.Blocks(css="cake.css") as myface:
|
|
235 |
with gr.Column():
|
236 |
see_prompts=gr.Button("Magic Prompt")
|
237 |
with gr.Row():
|
238 |
-
|
239 |
-
|
240 |
-
with gr.Column():
|
241 |
-
clear_btn=gr.Button("Clear")
|
242 |
with gr.Row():
|
243 |
output1=gr.Image(label=(f"{model_1}"),visible=True)
|
244 |
output2=gr.Image(label=(f"{model_2}"),visible=True)
|
|
|
235 |
with gr.Column():
|
236 |
see_prompts=gr.Button("Magic Prompt")
|
237 |
with gr.Row():
|
238 |
+
run=gr.Button("Launch")
|
239 |
+
clear_btn=gr.Button("Clear")
|
|
|
|
|
240 |
with gr.Row():
|
241 |
output1=gr.Image(label=(f"{model_1}"),visible=True)
|
242 |
output2=gr.Image(label=(f"{model_2}"),visible=True)
|