Spaces:
Runtime error
Runtime error
Commit
·
02ecf35
1
Parent(s):
3384515
queue
Browse files
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()
|