Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lwdragon
/
test_gradio
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
lwdragon
commited on
May 4, 2023
Commit
83696d1
·
1 Parent(s):
72b0709
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -5,4 +5,5 @@ def greet(cmd):
5
6
return a
7
8
-
iface = gr.Interface(fn=greet, inputs="
texts
", outputs="text")
5
6
return a
7
8
+
iface = gr.Interface(fn=greet, inputs="
text
", outputs="text")
9
+
iface.launch()