Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aieeshashafique
/
llama
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
aieeshashafique
commited on
Jul 28, 2024
Commit
1563e11
·
verified
·
1 Parent(s):
ea19f99
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-2
app.py
CHANGED
Viewed
@@ -60,5 +60,5 @@ demo = gr.ChatInterface(
60
61
62
if __name__ == "__main__":
63
-
demo.launch()
64
-
#share.launch()
60
61
62
if __name__ == "__main__":
63
+
demo.launch(
share=True
)
64
+