Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MD1998
/
Native_Bot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MD1998
commited on
Apr 14, 2024
Commit
3a723b1
·
verified
·
1 Parent(s):
a133e00
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -76,5 +76,5 @@ def greet(prompt):
76
77
78
79
-
iface = gr.Interface(fn=greet, inputs="text")
80
iface.launch()
76
77
78
79
+
iface = gr.Interface(fn=greet, inputs="text"
, outputs="text"
)
80
iface.launch()