Spaces:
Runtime error
Runtime error
Zengyf-CVer
commited on
Commit
·
87f3593
1
Parent(s):
c9aac43
app update
Browse files
app.py
CHANGED
@@ -784,6 +784,7 @@ def main(args):
|
|
784 |
description=description,
|
785 |
# article=article,
|
786 |
examples=examples,
|
|
|
787 |
# theme="seafoam",
|
788 |
# live=True, # 实时变更输出
|
789 |
flagging_dir="run", # 输出目录
|
|
|
784 |
description=description,
|
785 |
# article=article,
|
786 |
examples=examples,
|
787 |
+
cache_examples=False,
|
788 |
# theme="seafoam",
|
789 |
# live=True, # 实时变更输出
|
790 |
flagging_dir="run", # 输出目录
|