philschmid HF staff commited on
Commit
ab22cce
1 Parent(s): 5afebd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 urls
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