Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
gr.Interface.load(
|
3 |
-
"huggingface/google/vit-base-patch16-224",
|
4 |
-
examples=["alligator.jpg", "laptop.jpg"]).launch(share=True)
|
5 |
|
6 |
# Load the private Space (replace 'your-username/private-space' with your actual private Space path)
|
7 |
#iface = gr.Interface.load("huggingface/shivanis14/FastMotionDetection")
|
|
|
1 |
import gradio as gr
|
2 |
+
gr.Interface.load("huggingface/google/vit-base-patch16-224").launch(share=True)
|
|
|
|
|
3 |
|
4 |
# Load the private Space (replace 'your-username/private-space' with your actual private Space path)
|
5 |
#iface = gr.Interface.load("huggingface/shivanis14/FastMotionDetection")
|