ai-forever commited on
Commit
3483b56
1 Parent(s): 444246f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -6,7 +6,9 @@ examples = [["""English: The vase with flowers is on the table.\nFinnish transla
6
 
7
  interface = gr.Interface.load("huggingface/sberbank-ai/mGPT",
8
  description=description,
9
- examples=examples
 
 
10
  )
11
 
12
  interface.launch()
 
6
 
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()