Hugging Face
Models
Datasets
Spaces
Community
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...
first change
#1
by
musaashaikh
- opened
Jan 8
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+1
-0
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -5,3 +5,4 @@ def greet(name):
5
6
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
demo.launch()
5
6
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
demo.launch()
8
+