hkayesh commited on
Commit
091877f
·
1 Parent(s): 5e3abdf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -11,9 +11,10 @@ examples = [["Twelve feared killed in an air ambulance helicopter crash"],
11
  ["Are you OK?"]]
12
 
13
  interface = gr.Interface.load("huggingface/hkayesh/twitter-disaster-nlp",
 
14
  description=description,
15
  examples=examples,
16
- theme="huggingface"
17
  )
18
 
19
  interface.launch()
 
11
  ["Are you OK?"]]
12
 
13
  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()