Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
testerrro
/
Verse-Learn
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0bc3a67
Verse-Learn
/
app.py
powolnik
ignore update
2bf99f1
about 1 year ago
raw
Copy download link
history
blame
Safe
159 Bytes
import
gradio
as
gr
def
greet
(
test
):
return
"Hello "
+ name +
"!!!"
iface = gr.Interface(fn=greet, inputs=
"text"
, outputs=
"text"
)
ifc = gr
iface.launch()