Spaces:
Sleeping
Sleeping
stefantaubert
commited on
Commit
•
1797543
1
Parent(s):
1ccab24
update
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def run() -> None:
|
|
12 |
print("Logging not possible!")
|
13 |
sys.exit(1)
|
14 |
|
15 |
-
interface = build_interface(cache_examples=
|
16 |
interface.queue()
|
17 |
|
18 |
launch_method = partial(
|
|
|
12 |
print("Logging not possible!")
|
13 |
sys.exit(1)
|
14 |
|
15 |
+
interface = build_interface(cache_examples=True)
|
16 |
interface.queue()
|
17 |
|
18 |
launch_method = partial(
|