Spaces:
Runtime error
Runtime error
Move examples in root folder
Browse files- app.py +1 -1
- {artifacts/examples β examples}/basketball.jpg +0 -0
- {artifacts/examples β examples}/cassowary.jpg +0 -0
- {artifacts/examples β examples}/colosseum.jpg +0 -0
- {artifacts/examples β examples}/desk.jpg +0 -0
- {artifacts/examples β examples}/kitchen.jpg +0 -0
- {artifacts/examples β examples}/log.csv +0 -0
- {artifacts/examples β examples}/monkey.jpg +0 -0
- {artifacts/examples β examples}/park.jpg +0 -0
- {artifacts/examples β examples}/ramen.jpg +0 -0
- {artifacts/examples β examples}/sagrada.jpg +0 -0
- {artifacts/examples β examples}/venice.jpg +0 -0
app.py
CHANGED
@@ -66,7 +66,7 @@ demo = gr.Interface(
|
|
66 |
title=PAPER_TITLE,
|
67 |
description=PAPER_DESCRIPTION,
|
68 |
article=f"Check out <a href={PAPER_URL}>the original paper</a> for more information.",
|
69 |
-
examples="./
|
70 |
allow_flagging="never",
|
71 |
theme=gr.themes.Soft(),
|
72 |
thumbnail="https://altndrr.github.io/vic/assets/images/method.png",
|
|
|
66 |
title=PAPER_TITLE,
|
67 |
description=PAPER_DESCRIPTION,
|
68 |
article=f"Check out <a href={PAPER_URL}>the original paper</a> for more information.",
|
69 |
+
examples="./examples/",
|
70 |
allow_flagging="never",
|
71 |
theme=gr.themes.Soft(),
|
72 |
thumbnail="https://altndrr.github.io/vic/assets/images/method.png",
|
{artifacts/examples β examples}/basketball.jpg
RENAMED
File without changes
|
{artifacts/examples β examples}/cassowary.jpg
RENAMED
File without changes
|
{artifacts/examples β examples}/colosseum.jpg
RENAMED
File without changes
|
{artifacts/examples β examples}/desk.jpg
RENAMED
File without changes
|
{artifacts/examples β examples}/kitchen.jpg
RENAMED
File without changes
|
{artifacts/examples β examples}/log.csv
RENAMED
File without changes
|
{artifacts/examples β examples}/monkey.jpg
RENAMED
File without changes
|
{artifacts/examples β examples}/park.jpg
RENAMED
File without changes
|
{artifacts/examples β examples}/ramen.jpg
RENAMED
File without changes
|
{artifacts/examples β examples}/sagrada.jpg
RENAMED
File without changes
|
{artifacts/examples β examples}/venice.jpg
RENAMED
File without changes
|