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:
akhaliq
/
Qwen-Image-2.1-workflow
Like
10
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8318c38
Qwen-Image-2.1-workflow
/
run.py
akhaliq
HF Staff
Duplicate from gradio-templates/workflow
8318c38
7 days ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
88 Bytes
import
gradio
as
gr
demo = gr.Workflow()
if
__name__ ==
"__main__"
:
demo.launch()