Tonic commited on
Commit
31b4c08
·
1 Parent(s): 2407fc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,4 +78,4 @@ iface = gr.Interface(
78
  theme="ParityError/Anime"
79
  )
80
 
81
- demo.queue(max_size=5).iface.launch()
 
78
  theme="ParityError/Anime"
79
  )
80
 
81
+ iface.queue(max_size=5).iface.launch()