nikhedward commited on
Commit
10aebce
1 Parent(s): bcac795

seaform theme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,6 +9,6 @@ desc = "Take any text and create summaries out of it!. Note: Shorter articles g
9
 
10
 
11
 
12
- interface = gr.Interface.load("huggingface/nikhedward/bart-large-cnn-finetuned-multi-news", title = title, description = desc, theme = "huggingface", examples = [[text_]])
13
 
14
  interface.launch()
 
9
 
10
 
11
 
12
+ interface = gr.Interface.load("huggingface/nikhedward/bart-large-cnn-finetuned-multi-news", title = title, description = desc, theme = "seafoam", examples = [[text_]])
13
 
14
  interface.launch()