davanstrien HF staff commited on
Commit
e2e9def
1 Parent(s): fe6a22f

remove queue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,6 +41,6 @@ demo = gr.Interface(
41
  "v2_bsb00046516_00100_full_full_0_default.jpg",
42
  "512px-Page_from_the_Arthurian_Romances_illuminated_manuscript.jpg",
43
  ],
44
- ).queue()
45
 
46
  demo.launch()
 
41
  "v2_bsb00046516_00100_full_full_0_default.jpg",
42
  "512px-Page_from_the_Arthurian_Romances_illuminated_manuscript.jpg",
43
  ],
44
+ )
45
 
46
  demo.launch()