david commited on
Commit
d42d81a
·
1 Parent(s): 1623374

Added requirement nlp4web_codebase

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -8,9 +8,9 @@ Original file is located at
8
  https://colab.research.google.com/drive/1333SIyuT1Y0M0vvZzEGraxyxkkBF0Naq
9
  """
10
 
11
- !pip install git+https://github.com/kwang2049/nlp4web-codebase.git
12
- !git clone https://github.com/kwang2049/nlp4web-codebase.git # You can always check the content of this simple codebase at any time
13
- !pip install gradio # we also need this additionally for this homework
14
 
15
  """## Pre-requisite code
16
 
 
8
  https://colab.research.google.com/drive/1333SIyuT1Y0M0vvZzEGraxyxkkBF0Naq
9
  """
10
 
11
+ #!pip install git+https://github.com/kwang2049/nlp4web-codebase.git
12
+ #!git clone https://github.com/kwang2049/nlp4web-codebase.git # You can always check the content of this simple codebase at any time
13
+ #!pip install gradio # we also need this additionally for this homework
14
 
15
  """## Pre-requisite code
16