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...
Hrridoyv2
commited on
Apr 7, 2024
Commit
735b79b
·
1 Parent(s):
1e92897
new
Browse files
Files changed (1)
hide
show
new.py
+2
-0
new.py
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
2
+
iface.launch()