Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,6 +11,7 @@ examples = [
|
|
| 11 |
]
|
| 12 |
|
| 13 |
iface = gr.Interface.load("huggingface/nateraw/vit-base-beans",
|
| 14 |
-
examples=examples
|
|
|
|
| 15 |
|
| 16 |
iface.launch()
|
|
|
|
| 11 |
]
|
| 12 |
|
| 13 |
iface = gr.Interface.load("huggingface/nateraw/vit-base-beans",
|
| 14 |
+
examples=examples,
|
| 15 |
+
theme="huggingface")
|
| 16 |
|
| 17 |
iface.launch()
|