Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AminFaraji
/
FirstSpace
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
AminFaraji
commited on
Sep 29, 2024
Commit
a7ec3ca
·
verified
·
1 Parent(s):
c8b989d
Create app2.py
Browse files
Files changed (1)
hide
show
app2.py
+2
-0
app2.py
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
2
+
demo.launch()