Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,10 +4,7 @@ import requests
|
|
4 |
import pytz
|
5 |
import yaml
|
6 |
from tools.final_answer import FinalAnswerTool
|
7 |
-
|
8 |
-
import torch
|
9 |
-
from io import BytesIO
|
10 |
-
import base64
|
11 |
from Gradio_UI import GradioUI
|
12 |
|
13 |
# Initialize the ImageGenerator and tool
|
|
|
4 |
import pytz
|
5 |
import yaml
|
6 |
from tools.final_answer import FinalAnswerTool
|
7 |
+
|
|
|
|
|
|
|
8 |
from Gradio_UI import GradioUI
|
9 |
|
10 |
# Initialize the ImageGenerator and tool
|