jin-nin commited on
Commit
23e86f4
·
1 Parent(s): 2d78f79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,4 +1,8 @@
1
  import gradio as gr
 
 
 
 
2
 
3
  imagine = gr.Interface.load( "models/dreamlike-art/dreamlike-photoreal-2.0" )
4
 
 
1
  import gradio as gr
2
+ from queue import Queue
3
+
4
+ queue = Queue()
5
+ queue_threshold = 800
6
 
7
  imagine = gr.Interface.load( "models/dreamlike-art/dreamlike-photoreal-2.0" )
8