Ahsen Khaliq commited on
Commit
1643b12
·
1 Parent(s): d6be5e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -31,5 +31,6 @@ gr.Interface(
31
  title=title,
32
  description=description,
33
  article=article,
34
- examples=examples
35
- ).launch(enable_queue=True)
 
 
31
  title=title,
32
  description=description,
33
  article=article,
34
+ examples=examples,
35
+ enable_queue=True
36
+ ).launch()