Spaces:
Runtime error
Runtime error
Zengyf-CVer
commited on
Commit
•
77b6150
1
Parent(s):
5b2a05b
v04 update
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ colorTo: indigo
|
|
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: true
|
10 |
license: gpl-3.0
|
11 |
---
|
12 |
|
app.py
CHANGED
@@ -590,7 +590,7 @@ def main(args):
|
|
590 |
title=title,
|
591 |
description=description,
|
592 |
# article=article,
|
593 |
-
|
594 |
# theme="seafoam",
|
595 |
# live=True, # Change output in real time
|
596 |
flagging_dir="run", # output directory
|
|
|
590 |
title=title,
|
591 |
description=description,
|
592 |
# article=article,
|
593 |
+
examples=examples,
|
594 |
# theme="seafoam",
|
595 |
# live=True, # Change output in real time
|
596 |
flagging_dir="run", # output directory
|