Spaces:
Sleeping
Sleeping
wrapped examples path in quotation marks and removed the ipynb_checkpoints hidden folder
Browse files- .DS_Store +0 -0
- app.py +1 -1
- examples/.DS_Store +0 -0
- examples/.ipynb_checkpoints/592799-checkpoint.jpg +0 -0
.DS_Store
ADDED
|
Binary file (8.2 kB). View file
|
|
|
app.py
CHANGED
|
@@ -54,7 +54,7 @@ description = "A [ViT transformer feature extractor](https://docs.pytorch.org/vi
|
|
| 54 |
article = "Created at [turtlemb's GitHub](https://github.com/turtlemb)."
|
| 55 |
|
| 56 |
# Create example list
|
| 57 |
-
example_list = [["examples/" + example] for example in os.listdir("
|
| 58 |
|
| 59 |
# Create the Gradio demo
|
| 60 |
demo = gr.Interface(fn = predict, # maps inputs to outputs
|
|
|
|
| 54 |
article = "Created at [turtlemb's GitHub](https://github.com/turtlemb)."
|
| 55 |
|
| 56 |
# Create example list
|
| 57 |
+
example_list = [["examples/" + example] for example in os.listdir("examples")]
|
| 58 |
|
| 59 |
# Create the Gradio demo
|
| 60 |
demo = gr.Interface(fn = predict, # maps inputs to outputs
|
examples/.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
examples/.ipynb_checkpoints/592799-checkpoint.jpg
DELETED
|
Binary file (44.9 kB)
|
|
|