Hugging Face
Models
Datasets
Spaces
Posts
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
9ba2223
·
verified
·
1 Parent(s):
b0d4a82
Update main.py
Browse files
Files changed (1)
hide
show
main.py
+2
-2
main.py
CHANGED
Viewed
@@ -102,5 +102,5 @@ app = gr.ChatInterface(
102
)
103
104
105
-
if __name__ == "__main__":
106
-
app.launch(
share=True
)
102
)
103
104
105
+
#
if __name__ == "__main__":
106
+
app.launch()