Spaces:
Runtime error
Runtime error
Zengyf-CVer
commited on
Commit
•
7811598
1
Parent(s):
271d5e6
app update
Browse files
app.py
CHANGED
@@ -411,8 +411,7 @@ def main(args):
|
|
411 |
title=title,
|
412 |
description=description,
|
413 |
article="",
|
414 |
-
examples=examples,
|
415 |
-
cache_examples=False,
|
416 |
theme="seafoam",
|
417 |
flagging_dir="run", # output directory
|
418 |
).launch(
|
|
|
411 |
title=title,
|
412 |
description=description,
|
413 |
article="",
|
414 |
+
# examples=examples,
|
|
|
415 |
theme="seafoam",
|
416 |
flagging_dir="run", # output directory
|
417 |
).launch(
|