Spaces:
Runtime error
Runtime error
Alex Strick van Linschoten
commited on
Commit
·
f6359e8
1
Parent(s):
23a5b72
try default theme
Browse files
app.py
CHANGED
@@ -184,7 +184,7 @@ with open("article.md") as f:
|
|
184 |
examples = [["test1.pdf", 80, False], ["test2.pdf", 80, False]]
|
185 |
interpretation = "default"
|
186 |
enable_queue = True
|
187 |
-
theme = "
|
188 |
allow_flagging = "never"
|
189 |
|
190 |
demo = gr.Interface(
|
|
|
184 |
examples = [["test1.pdf", 80, False], ["test2.pdf", 80, False]]
|
185 |
interpretation = "default"
|
186 |
enable_queue = True
|
187 |
+
theme = "default"
|
188 |
allow_flagging = "never"
|
189 |
|
190 |
demo = gr.Interface(
|