Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
|
| 3 |
+
# Load the Hugging Face Spaces interface
|
| 4 |
+
iface = gr.Interface.load("huggingface/Salesforce/blip-image-captioning-large")
|
| 5 |
+
|
| 6 |
+
# Launch the interface
|
| 7 |
+
iface.launch()
|