ai-forever commited on
Commit
879e561
1 Parent(s): 3483b56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -7,8 +7,7 @@ examples = [["""English: The vase with flowers is on the table.\nFinnish transla
7
  interface = gr.Interface.load("huggingface/sberbank-ai/mGPT",
8
  description=description,
9
  examples=examples,
10
- thumbnail = 'https://habrastorage.org/r/w1560/getpro/habr/upload_files/26a/fa1/3e1/26afa13e1d1a56f54c7b0356761af7b8.png',
11
- theme = "huggingface"
12
  )
13
 
14
  interface.launch()
 
7
  interface = gr.Interface.load("huggingface/sberbank-ai/mGPT",
8
  description=description,
9
  examples=examples,
10
+ theme = "peach"
 
11
  )
12
 
13
  interface.launch()