Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
freddyaboulton/gradio-llamma-cpp
lineee
/
gradio-llamma-cpp
like
0
Runtime error
App
Files
Files
Community
lineee
commited on
Jul 2
Commit
5666369
•
1 Parent(s):
1a8c203
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -28,4 +28,4 @@ def predict(message, history):
28
demo = gr.ChatInterface(predict)
29
30
if __name__ == "__main__":
31
-
demo.launch()
28
demo = gr.ChatInterface(predict)
29
30
if __name__ == "__main__":
31
+
demo.launch(
share=true
)