Update app_chat.py
Browse files- app_chat.py +1 -0
app_chat.py
CHANGED
@@ -7,6 +7,7 @@ from PIL import Image
|
|
7 |
from pydub import AudioSegment
|
8 |
import IPython
|
9 |
import soundfile as sf
|
|
|
10 |
|
11 |
from app_agent_config import tool_checkboxes
|
12 |
from app_agent_config import url_endpoint
|
|
|
7 |
from pydub import AudioSegment
|
8 |
import IPython
|
9 |
import soundfile as sf
|
10 |
+
from app_agent_config import app_agent_config
|
11 |
|
12 |
from app_agent_config import tool_checkboxes
|
13 |
from app_agent_config import url_endpoint
|