Hector Lopez commited on
Commit
6438514
·
1 Parent(s): c06425f
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -59,4 +59,7 @@ gr.Interface(
59
  description=description,
60
  examples=examples,
61
  theme="huggingface",
62
- ).launch()
 
 
 
 
59
  description=description,
60
  examples=examples,
61
  theme="huggingface",
62
+ enable_queue=True
63
+ ).launch(debug=True)
64
+
65
+ os.system('python3 app.py')