Spaces:
Runtime error
Runtime error
atomiclabs
commited on
Commit
•
4015b55
1
Parent(s):
22ced98
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
iface = gr.Interface.load("huggingface/google/vit-base-patch16-224",
|
4 |
-
|
5 |
|
6 |
iface.launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
iface = gr.Interface.load("huggingface/google/vit-base-patch16-224",
|
4 |
+
)
|
5 |
|
6 |
iface.launch()
|