Spaces:
Runtime error
Runtime error
Zengyf-CVer
commited on
Commit
•
fb94c33
1
Parent(s):
8c62491
app update
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ colorTo: yellow
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 3.0.9
|
8 |
app_file: app.py
|
9 |
-
pinned:
|
10 |
license: gpl-3.0
|
11 |
---
|
12 |
|
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 3.0.9
|
8 |
app_file: app.py
|
9 |
+
pinned: false
|
10 |
license: gpl-3.0
|
11 |
---
|
12 |
|
app.py
CHANGED
@@ -430,7 +430,7 @@ def main(args):
|
|
430 |
title=title,
|
431 |
description=description,
|
432 |
# article=article,
|
433 |
-
examples=examples,
|
434 |
# theme="seafoam",
|
435 |
# flagging_dir="run", # output directory
|
436 |
)
|
|
|
430 |
title=title,
|
431 |
description=description,
|
432 |
# article=article,
|
433 |
+
# examples=examples,
|
434 |
# theme="seafoam",
|
435 |
# flagging_dir="run", # output directory
|
436 |
)
|