Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ashutoshzade/Chatbot2.0
ashutoshzade
/
ManufacturingExpert
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ashutoshzade
commited on
May 24, 2024
Commit
7095ebd
·
verified
·
1 Parent(s):
63ea0b3
Removed auth
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -62,4 +62,4 @@ demo = gr.ChatInterface(
62
)
63
64
if __name__ == "__main__":
65
-
demo.launch(
auth=("admin", "pass1234"
)
)
62
)
63
64
if __name__ == "__main__":
65
+
demo.launch()