Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Washedashore
/
berb
like
1
Runtime error
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)