Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
chris-rannou
/
test-private-2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
chris-rannou
HF staff
commited on
Mar 6, 2023
Commit
91d10a9
·
1 Parent(s):
ea51891
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -22,3 +22,4 @@ def greet(name):
22
23
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
24
iface.launch()
22
23
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
24
iface.launch()
25
+
# some comment