smartdigitalnetworks commited on
Commit
5488c25
·
verified ·
1 Parent(s): 60ff904

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)