Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ import os
|
|
5 |
import secrets
|
6 |
from pathlib import Path
|
7 |
import tempfile
|
|
|
8 |
|
9 |
# Initialize the Hugging Face BLIP model
|
10 |
image_captioning_model = HuggingFaceEndpoint(
|
|
|
5 |
import secrets
|
6 |
from pathlib import Path
|
7 |
import tempfile
|
8 |
+
import gradio as gr
|
9 |
|
10 |
# Initialize the Hugging Face BLIP model
|
11 |
image_captioning_model = HuggingFaceEndpoint(
|