Hugging Face
Models
Datasets
Spaces
Community
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 9, 2024
Commit
300015d
·
verified
·
1 Parent(s):
966146c
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"
, outputs="text"
)
80
iface.launch()
76
77
78
79
+
iface = gr.Interface(fn=greet, inputs="text")
80
iface.launch()