Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,6 @@ class ConversationBot:
|
|
95 |
elif tool == "Audio Inpainting":
|
96 |
audio_filename = res['intermediate_steps'][0][0].tool_input
|
97 |
image_filename = res['intermediate_steps'][0][1]
|
98 |
-
# self.is_visible(True)
|
99 |
print("======>Current memory:\n %s" % self.agent.memory)
|
100 |
print(res)
|
101 |
response = res['output']
|
|
|
95 |
elif tool == "Audio Inpainting":
|
96 |
audio_filename = res['intermediate_steps'][0][0].tool_input
|
97 |
image_filename = res['intermediate_steps'][0][1]
|
|
|
98 |
print("======>Current memory:\n %s" % self.agent.memory)
|
99 |
print(res)
|
100 |
response = res['output']
|