Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
gr.Interface.load("huggingface/microsoft/swin-large-patch4-window12-384-in22k").launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
gr.Interface.load("huggingface/microsoft/swin-large-patch4-window12-384-in22k",examples=[["tiger.jpeg"]]).launch()
|