Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sagar007
/
lama_storm_8b
like
8
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
sagar007
commited on
Aug 28, 2024
Commit
6e86e53
·
verified
·
1 Parent(s):
02a0e92
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -206,4 +206,4 @@ with gr.Blocks() as iface:
206
207
gr.Examples(examples, inputs=[audio_input])
208
iface.queue()
209
-
iface.launch(
206
207
gr.Examples(examples, inputs=[audio_input])
208
iface.queue()
209
+
iface.launch(
share=True)