Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,6 +9,6 @@ footer {
|
|
| 9 |
"""
|
| 10 |
|
| 11 |
# This builds a demo around the model's Inference Endpoint
|
| 12 |
-
demo = gr.load("Qwen/Qwen-Image-2512, src="models")
|
| 13 |
|
| 14 |
demo.launch(css=css)
|
|
|
|
| 9 |
"""
|
| 10 |
|
| 11 |
# This builds a demo around the model's Inference Endpoint
|
| 12 |
+
demo = gr.load("Qwen/Qwen-Image-2512", src="models")
|
| 13 |
|
| 14 |
demo.launch(css=css)
|