Spaces:
Runtime error
Runtime error
Commit
·
879e561
1
Parent(s):
3483b56
Update app.py
Browse files
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 |
-
|
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()
|