Spaces:
Runtime error
Runtime error
ai-forever
commited on
Commit
•
89689ef
1
Parent(s):
af0197c
Update app.py
Browse files
app.py
CHANGED
@@ -42,8 +42,7 @@ interface = gr.Interface.load("huggingface/sberbank-ai/mGPT",
|
|
42 |
outputs='text',
|
43 |
thumbnail = 'https://habrastorage.org/r/w1560/getpro/habr/upload_files/26a/fa1/3e1/26afa13e1d1a56f54c7b0356761af7b8.png',
|
44 |
theme = "peach",
|
45 |
-
article = article
|
46 |
-
cache_examples=True
|
47 |
)
|
48 |
|
49 |
interface.launch(enable_queue=True)
|
|
|
42 |
outputs='text',
|
43 |
thumbnail = 'https://habrastorage.org/r/w1560/getpro/habr/upload_files/26a/fa1/3e1/26afa13e1d1a56f54c7b0356761af7b8.png',
|
44 |
theme = "peach",
|
45 |
+
article = article
|
|
|
46 |
)
|
47 |
|
48 |
interface.launch(enable_queue=True)
|