Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
Apertus-8B-Instruct-2509
like
17
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
akhaliq
HF Staff
commited on
Sep 4
Commit
68c1a70
·
verified
·
1 Parent(s):
ba5e93f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -55,4 +55,4 @@ chatbot = gr.ChatInterface(
55
)
56
57
# Launch the app
58
-
chatbot.launch(
share=True, server_port=80, enable_queue=True
)
55
)
56
57
# Launch the app
58
+
chatbot.launch()