Spaces:
Runtime error
Runtime error
test
Browse files
app.py
CHANGED
|
@@ -519,7 +519,7 @@ class DreamFuseGUI:
|
|
| 519 |
gr.Markdown("### Model Result")
|
| 520 |
model_generate_btn = gr.Button("4οΈβ£ Run Model")
|
| 521 |
transformation_text = gr.Textbox(label="Transformation Info", elem_id="transformation_info", visible=False)
|
| 522 |
-
model_output = gr.Image(label="Model Output", type="pil")
|
| 523 |
|
| 524 |
|
| 525 |
generate_btn.click(
|
|
|
|
| 519 |
gr.Markdown("### Model Result")
|
| 520 |
model_generate_btn = gr.Button("4οΈβ£ Run Model")
|
| 521 |
transformation_text = gr.Textbox(label="Transformation Info", elem_id="transformation_info", visible=False)
|
| 522 |
+
model_output = gr.Image(label="Model Output", type="pil", height=512, width=512)
|
| 523 |
|
| 524 |
|
| 525 |
generate_btn.click(
|