Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,10 +7,6 @@ Original file is located at
|
|
7 |
https://colab.research.google.com/drive/1uy6BymqQBd7cZEdeuthBDiA0ARXHc1SV
|
8 |
"""
|
9 |
|
10 |
-
!pip -q install git+https://github.com/kwang2049/nlp4web-codebase.git
|
11 |
-
!git clone https://github.com/kwang2049/nlp4web-codebase.git # You can always check the content of this simple codebase at any time
|
12 |
-
!pip -q install gradio # we also need this additionally for this homework
|
13 |
-
|
14 |
"""## Pre-requisite code
|
15 |
|
16 |
The code within this section will be used in the tasks. Please do not change these code lines.
|
|
|
7 |
https://colab.research.google.com/drive/1uy6BymqQBd7cZEdeuthBDiA0ARXHc1SV
|
8 |
"""
|
9 |
|
|
|
|
|
|
|
|
|
10 |
"""## Pre-requisite code
|
11 |
|
12 |
The code within this section will be used in the tasks. Please do not change these code lines.
|