Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -3,8 +3,8 @@ import os
|
|
3 |
os.system("pip install ./transformers-4.47.0.dev0-py3-none-any.whl")
|
4 |
|
5 |
# Importing the requirements
|
6 |
-
|
7 |
-
|
8 |
|
9 |
import gradio as gr
|
10 |
from src.app.response import caption_image
|
|
|
3 |
os.system("pip install ./transformers-4.47.0.dev0-py3-none-any.whl")
|
4 |
|
5 |
# Importing the requirements
|
6 |
+
import warnings
|
7 |
+
warnings.filterwarnings("ignore")
|
8 |
|
9 |
import gradio as gr
|
10 |
from src.app.response import caption_image
|