Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
test-blocks
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abidlabs
HF Staff
commited on
Mar 26, 2022
Commit
6796372
·
1 Parent(s):
a73ebe4
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
ADDED
Viewed
@@ -0,0 +1 @@
1
+
gr.Interface(lambda x:x, "text", "text").launch()