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
51f6d44
·
verified
·
1 Parent(s):
8e65022
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -246,6 +246,7 @@ with gr.Blocks(css=css) as demo:
246
outputs=[result],
247
)
248
249
if __name__ == "__main__":
250
demo.launch()
251
246
outputs=[result],
247
)
248
249
+
250
if __name__ == "__main__":
251
demo.launch()
252