Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
hmb
/
errors_space
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hmb
HF Staff
commited on
24 days ago
Commit
3f2402e
·
verified
·
1 Parent(s):
790587c
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-0
app.py
ADDED
Viewed
@@ -0,0 +1,6 @@
1
+
import gradio as gr
2
+
3
+
demo = gr.Workflow(graph="error_demo.json")
4
+
5
+
if __name__ == "__main__":
6
+
demo.launch()