Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NadiaBedhiafi
/
Oddo_ChatBot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
NadiaBedhiafi
commited on
May 9, 2024
Commit
9750d4d
·
verified
·
1 Parent(s):
9ba2223
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+1
-0
main.py
CHANGED
Viewed
@@ -103,4 +103,5 @@ app = gr.ChatInterface(
103
104
105
#if __name__ == "__main__":
106
app.launch()
103
104
105
#if __name__ == "__main__":
106
+
app.queue() # Activer la file d'attente
107
app.launch()