ejschwartz commited on
Commit
02ecf35
·
1 Parent(s): 3384515
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,4 +7,5 @@ def predict(asm):
7
  return pipe(asm, max_length=1024)
8
 
9
  demo = gr.Interface(fn=predict, inputs="text", outputs="text")
 
10
  demo.launch()
 
7
  return pipe(asm, max_length=1024)
8
 
9
  demo = gr.Interface(fn=predict, inputs="text", outputs="text")
10
+ demo.queue()
11
  demo.launch()