Chris4K commited on
Commit
8354295
·
verified ·
1 Parent(s): 6a2da8c

Update app_chat.py

Browse files
Files changed (1) hide show
  1. app_chat.py +1 -4
app_chat.py CHANGED
@@ -7,10 +7,7 @@ from PIL import Image
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
14
 
15
  import pandas as pd # If you're working with DataFrames
16
  import matplotlib.figure # If you're using matplotlib figures
 
7
  from pydub import AudioSegment
8
  import IPython
9
  import soundfile as sf
10
+ from app_agent_config import tool_checkboxes, url_endpoint
 
 
 
11
 
12
  import pandas as pd # If you're working with DataFrames
13
  import matplotlib.figure # If you're using matplotlib figures