Spaces:
Runtime error
Runtime error
Commit
·
ab22cce
1
Parent(s):
5afebd5
Update app.py
Browse files
app.py
CHANGED
|
@@ -51,7 +51,7 @@ async def inference(text):
|
|
| 51 |
fetch,
|
| 52 |
*(session, text, url) # Allows us to pass in multiple arguments to `fetch`
|
| 53 |
)
|
| 54 |
-
for url in
|
| 55 |
]
|
| 56 |
|
| 57 |
# Initializes the tasks to run and awaits their results
|
|
|
|
| 51 |
fetch,
|
| 52 |
*(session, text, url) # Allows us to pass in multiple arguments to `fetch`
|
| 53 |
)
|
| 54 |
+
for url in URLS
|
| 55 |
]
|
| 56 |
|
| 57 |
# Initializes the tasks to run and awaits their results
|