Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
declare-lab
/
JAM
like
16
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hungchiayu
commited on
Dec 29, 2024
Commit
cd153dc
·
1 Parent(s):
1f30f06
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -80,7 +80,7 @@ interface = gr.Interface(
80
50, # Number of Diffusion Steps
81
4.5, # CFG Scale
82
]
83
-
]
84
])
85
86
interface.launch()
80
50, # Number of Diffusion Steps
81
4.5, # CFG Scale
82
]
83
+
84
])
85
86
interface.launch()