Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
galib45
/
Llama3-Med42-8B
like
0
Runtime error
App
Files
Files
Community
galib45
commited on
Sep 5
Commit
a0dc748
•
1 Parent(s):
7dab1d5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -73,4 +73,4 @@ iface = gr.Interface(
73
)
74
75
# Launch the app
76
-
iface.launch()
73
)
74
75
# Launch the app
76
+
iface.launch(
share=True
)