KimJunWon commited on
Commit
0bac575
1 Parent(s): d3c056a

requirements

Browse files
Files changed (2) hide show
  1. app.py +3 -3
  2. requirements.txt +3 -0
app.py CHANGED
@@ -14,9 +14,9 @@ Automatically generated by Colaboratory.
14
  Original file is located at
15
  https://colab.research.google.com/drive/1_GWRGRVb3znpFoAUO_7jj36vZG2FseJi
16
  """
17
- import os
18
- os.system('pip install wit')
19
- os.system('pip install scipy')
20
 
21
  # !pip install gradio
22
  # !pip install wit
 
14
  Original file is located at
15
  https://colab.research.google.com/drive/1_GWRGRVb3znpFoAUO_7jj36vZG2FseJi
16
  """
17
+ # import os
18
+ # os.system('pip install wit')
19
+ # os.system('pip install scipy')
20
 
21
  # !pip install gradio
22
  # !pip install wit
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ gradio
2
+ wit
3
+ scipy