anegi commited on
Commit
ebbd778
·
1 Parent(s): 3565836

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -14,8 +14,10 @@ interface = gr.Interface.load(
14
  description = description,
15
  examples = [['''A: It is a great weather today.
16
  B: Yes, it is sunny and bright.
17
- A: Wanna play football?
18
- B: Sure, call C as well.''']]
 
 
19
 
20
  )
21
  interface.launch()
 
14
  description = description,
15
  examples = [['''A: It is a great weather today.
16
  B: Yes, it is sunny and bright.
17
+ A: Wanna play football?
18
+ B: Sure, call C as well.''']],
19
+ theme = darkpeach
20
+
21
 
22
  )
23
  interface.launch()