Spaces:
Runtime error
Runtime error
EC2 Default User
commited on
Commit
•
91ebaf5
1
Parent(s):
68a06fa
import requests
Browse files
app.py
CHANGED
@@ -17,6 +17,7 @@ from langchain.schema import HumanMessage
|
|
17 |
import subprocess
|
18 |
from contextlib import closing
|
19 |
import asyncio
|
|
|
20 |
|
21 |
# This example uses aiofile for asynchronous file reads.
|
22 |
# It's not a dependency of the project but can be installed
|
|
|
17 |
import subprocess
|
18 |
from contextlib import closing
|
19 |
import asyncio
|
20 |
+
import requests
|
21 |
|
22 |
# This example uses aiofile for asynchronous file reads.
|
23 |
# It's not a dependency of the project but can be installed
|