Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bartduis
/
rayst3r
like
5
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bartduis
commited on
Jun 10
Commit
90c6a1a
·
1 Parent(s):
072d3b2
bp
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -196,4 +196,4 @@ demo = gr.Interface(
196
)
197
198
if __name__ == "__main__":
199
-
demo.launch()
196
)
197
198
if __name__ == "__main__":
199
+
demo.launch(
share=True
)