Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Hrridoyv2
/
CustomNN
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
CustomNN
/
new.py
Hrridoyv2
new
735b79b
12 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
76 Bytes
iface = gr.Interface(fn=greet, inputs=
"text"
, outputs=
"text"
)
iface.launch()