Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tensora
/
chatgpt
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Paul-Louis Pröve
commited on
Aug 16, 2023
Commit
f9238f0
·
1 Parent(s):
ca98746
disabled auth
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -50,4 +50,4 @@ gr.ChatInterface(
50
chatbot=chatbot,
51
title="Tensora GPT-4",
52
css=CSS,
53
-
).queue().launch(
auth=("user", "talktome"
)
)
50
chatbot=chatbot,
51
title="Tensora GPT-4",
52
css=CSS,
53
+
).queue().launch()