Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Arafath10
/
chatcode
like
5
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Arafath10
commited on
Jan 17, 2023
Commit
dca027b
·
1 Parent(s):
e19b702
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -38,5 +38,5 @@ def greet(name):
38
break
39
40
41
-
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
42
iface.launch()
38
break
39
40
41
+
iface = gr.Interface(fn=
"
greet
"
, inputs="text", outputs="text")
42
iface.launch()