joshuadunlop commited on
Commit
27179da
·
1 Parent(s): 5463994

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ import numpy as np
6
  import tensorflow_hub as hub
7
  import openai
8
  from sklearn.neighbors import NearestNeighbors
 
9
 
10
  def download_pdf(url, output_path):
11
  urllib.request.urlretrieve(url, output_path)
 
6
  import tensorflow_hub as hub
7
  import openai
8
  from sklearn.neighbors import NearestNeighbors
9
+ import os
10
 
11
  def download_pdf(url, output_path):
12
  urllib.request.urlretrieve(url, output_path)