Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Tringles
/
vss-riffusion-demo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Tringles
commited on
Jul 7, 2023
Commit
ebd9d7d
·
1 Parent(s):
ba8e2d3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -32,4 +32,4 @@ demo = gr.Interface(fn=riffusion, inputs="text", outputs=[
32
])
33
34
if __name__ == "__main__":
35
-
demo.launch(
share=True
)
32
])
33
34
if __name__ == "__main__":
35
+
demo.launch()