Vish2005 commited on
Commit
211992f
·
1 Parent(s): ba223c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -27,9 +27,6 @@ For the code to function, you need to load the four datasets (driver_data, cust_
27
  Our main method first asks the user for their openai key. Then we have some test cases that may contain noun spelling issues, name spelling issues, etc.
28
  """
29
 
30
- !pip install openai
31
-
32
- !pip install gradio
33
 
34
  #imports
35
  import pandas as pd
@@ -46,6 +43,7 @@ import gradio as gr
46
 
47
  """# Loading Mockaroo dataset from drive"""
48
 
 
49
  drive.mount('/content/drive')
50
 
51
  """### **Attention**: Upload all four datasets into your MyDrive directory in google drive"""
 
27
  Our main method first asks the user for their openai key. Then we have some test cases that may contain noun spelling issues, name spelling issues, etc.
28
  """
29
 
 
 
 
30
 
31
  #imports
32
  import pandas as pd
 
43
 
44
  """# Loading Mockaroo dataset from drive"""
45
 
46
+ os.system('pip install openai')
47
  drive.mount('/content/drive')
48
 
49
  """### **Attention**: Upload all four datasets into your MyDrive directory in google drive"""