Spaces:
Runtime error
Runtime error
Commit
·
108dfa3
1
Parent(s):
33711b6
app update
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🚀
|
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: 3.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
license: gpl-3.0
|
|
|
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: 3.1.8b0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
license: gpl-3.0
|
app.py
CHANGED
|
@@ -632,7 +632,7 @@ def main(args):
|
|
| 632 |
description=description,
|
| 633 |
# article=article,
|
| 634 |
examples=examples,
|
| 635 |
-
cache_examples=False,
|
| 636 |
# theme="seafoam",
|
| 637 |
# live=True, # Change output in real time
|
| 638 |
flagging_dir="run", # output directory
|
|
|
|
| 632 |
description=description,
|
| 633 |
# article=article,
|
| 634 |
examples=examples,
|
| 635 |
+
# cache_examples=False,
|
| 636 |
# theme="seafoam",
|
| 637 |
# live=True, # Change output in real time
|
| 638 |
flagging_dir="run", # output directory
|