Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import warnings
|
|
7 |
warnings.filterwarnings("ignore")
|
8 |
|
9 |
import gradio as gr
|
10 |
-
from src.app.response import
|
11 |
|
12 |
|
13 |
# Image, text query, and input parameters
|
|
|
7 |
warnings.filterwarnings("ignore")
|
8 |
|
9 |
import gradio as gr
|
10 |
+
from src.app.response import caption_image
|
11 |
|
12 |
|
13 |
# Image, text query, and input parameters
|