Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Maaz66/GPT3-SPANISH-CHATBOT
Maaz66
/
GPT3-SPANISH-CHATBOT-PUBLIC
like
1
Runtime error
App
Files
Files
Community
1
Maaz66
commited on
Apr 1, 2023
Commit
8422f05
•
1 Parent(s):
7aef422
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -47,7 +47,7 @@ def chatgpt_clone(input, history):
47
return history, history
48
49
50
-
block = gr.Blocks()
51
52
53
with block:
47
return history, history
48
49
50
+
block = gr.Blocks(
api_name=True
)
51
52
53
with block: