Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
|
3 |
gr.Interface.load(
|
4 |
-
"
|
5 |
examples=["alligator.jpg", "laptop.jpg"]).launch()
|
|
|
1 |
import gradio as gr
|
2 |
+
# model at huggingface/google/vit-base-patch16-224
|
3 |
gr.Interface.load(
|
4 |
+
"Image Transformer Model",
|
5 |
examples=["alligator.jpg", "laptop.jpg"]).launch()
|