Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jonaschua
/
gemma
like
1
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
jonaschua
commited on
21 days ago
Commit
5757838
·
verified
·
1 Parent(s):
4918f06
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -113,5 +113,5 @@ demo = gr.ChatInterface(fn=bot_streaming,
113
fill_height=True,
114
multimodal=True)
115
116
-
demo.launch(debug=True)
117
113
fill_height=True,
114
multimodal=True)
115
116
+
demo.launch(debug=True
, share=True
)
117