bhaskartripathi commited on
Commit
66d15a9
1 Parent(s): 6a25499

Update app.py

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