Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
geeksiddhant
/
100x-chatbot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
geeksiddhant
commited on
Feb 22
Commit
1086094
·
verified
·
1 Parent(s):
2330ae3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -7,7 +7,6 @@ demo = gr.Interface(
7
fn=greet,
8
inputs=["text"],
9
outputs=["text"],
10
-
api_name="predict"
11
)
12
13
demo.launch()
7
fn=greet,
8
inputs=["text"],
9
outputs=["text"],
10
)
11
12
demo.launch()