Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
chris-rannou/test-private-2
chris-rannou
/
test-private-2-config-error
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
chris-rannou
HF Staff
commited on
Sep 23, 2024
Commit
ba82d95
·
verified
·
1 Parent(s):
18ce42b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -18,4 +18,4 @@ def greet(name):
18
19
# comment 2
20
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
21
-
#
iface.launch()
18
19
# comment 2
20
iface = gr.Interface(fn=greet, inputs="text", outputs="text")
21
+
iface.launch()