Spaces:
Runtime error
Runtime error
Alex Strick van Linschoten
commited on
Commit
·
6127c3f
1
Parent(s):
560b21d
amend launcher args
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ examples = [
|
|
25 |
]
|
26 |
interpretation = "default"
|
27 |
enable_queue = True
|
28 |
-
theme = "
|
29 |
allow_flagging = "never"
|
30 |
|
31 |
gr.Interface(
|
@@ -40,4 +40,4 @@ gr.Interface(
|
|
40 |
examples=examples,
|
41 |
interpretation=interpretation,
|
42 |
enable_queue=enable_queue,
|
43 |
-
).launch(
|
|
|
25 |
]
|
26 |
interpretation = "default"
|
27 |
enable_queue = True
|
28 |
+
theme = "default"
|
29 |
allow_flagging = "never"
|
30 |
|
31 |
gr.Interface(
|
|
|
40 |
examples=examples,
|
41 |
interpretation=interpretation,
|
42 |
enable_queue=enable_queue,
|
43 |
+
).launch(cache_examples=True)
|