Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Lifeinhockey
/
Diffusion_Models
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Lifeinhockey
commited on
Feb 7
Commit
96caef2
·
verified
·
1 Parent(s):
51f6d44
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -246,7 +246,6 @@ with gr.Blocks(css=css) as demo:
246
outputs=[result],
247
)
248
249
-
250
if __name__ == "__main__":
251
demo.launch()
252
246
outputs=[result],
247
)
248
249
if __name__ == "__main__":
250
demo.launch()
251