Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
multimodalart
/
low-step-flux-comparison
like
35
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
multimodalart
HF staff
commited on
Oct 15, 2024
Commit
1887c49
·
verified
·
1 Parent(s):
6631477
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
from
gradio
import
gr
2
3
def run_parallel_models(prompt):
4
return gr.update(), gr.update(), gr.update()
1
+
import
gradio
as
gr
2
3
def run_parallel_models(prompt):
4
return gr.update(), gr.update(), gr.update()