Spaces:
Running
on
Zero
Running
on
Zero
aifeifei798
commited on
Commit
•
27dc4a4
1
Parent(s):
576d98c
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ DarkIdol-flux is a text-to-image AI model designed to create aesthetic, detailed
|
|
76 |
container=False,
|
77 |
)
|
78 |
|
79 |
-
|
80 |
|
81 |
result = gr.Image(label="Result", show_label=False,height=520)
|
82 |
|
|
|
76 |
container=False,
|
77 |
)
|
78 |
|
79 |
+
run_button = gr.Button("Run")
|
80 |
|
81 |
result = gr.Image(label="Result", show_label=False,height=520)
|
82 |
|