Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
|
4 |
+
iface = gr.Interface.load('models/Salesforce/blip-image-captioning-large', title="Vanilla Blip Image to Text Demo", description="Image to Text PreTrained Model")
|
5 |
+
iface.launch()
|