Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
musaashaikh
/
simplechatbot
like
0
Sleeping
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
musaashaikh
commited on
Jan 10, 2025
Commit
b7058f2
·
verified
·
1 Parent(s):
752b8c6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -6,3 +6,4 @@ def greet(name):
6
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
demo.launch()
8
6
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
demo.launch()
8
9
+