hkayesh commited on
Commit
02113c8
·
1 Parent(s): 091877f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -14,7 +14,7 @@ interface = gr.Interface.load("huggingface/hkayesh/twitter-disaster-nlp",
14
  title=title,
15
  description=description,
16
  examples=examples,
17
- theme="seafoam"
18
  )
19
 
20
- interface.launch()
 
14
  title=title,
15
  description=description,
16
  examples=examples,
17
+ theme="huggingface"
18
  )
19
 
20
+ interface.launch(enable_queue=True)