Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
KKMAN
/
HELLO
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
KKMAN
commited on
Mar 18, 2023
Commit
83da98f
·
1 Parent(s):
2a39123
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
ADDED
Viewed
@@ -0,0 +1 @@
1
+
gr.Interface(hello, "text", "text").launch(share=True)