Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Washedashore
/
berb
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Washedashore
commited on
Aug 17, 2024
Commit
0a8ce48
·
verified
·
1 Parent(s):
486c8ce
Create launch
Browse files
Files changed (1)
hide
show
launch
+4
-0
launch
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import gradio as gr
2
+
3
+
app = gr.Interface(lambda x: x, "image", "image")
4
+
app.launch(share=True)