Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akhilhsingh
/
BasicChatbotGPT3
like
0
Sleeping
App
Files
Files
Community
akhilhsingh
commited on
Apr 7, 2024
Commit
11557a7
·
verified
·
1 Parent(s):
229346b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -23,4 +23,4 @@ interface = gr.Interface(
23
)
24
25
if __name__ == "__main__":
26
-
interface.launch(
share=True
)
23
)
24
25
if __name__ == "__main__":
26
+
interface.launch()