Spaces:
Runtime error
Runtime error
Commit
·
4b3d2bd
1
Parent(s):
10e9383
Update app.py
Browse files
app.py
CHANGED
@@ -44,8 +44,6 @@ import threading
|
|
44 |
auto_reconnect_thread = threading.Thread(target=auto_reconnect)
|
45 |
auto_reconnect_thread.start()
|
46 |
|
47 |
-
pip install transformers torch gradio
|
48 |
-
|
49 |
# Download and extract the Yelp review dataset: download and extract the dataset using wget and tar
|
50 |
!wget https://s3.amazonaws.com/fast-ai-nlp/yelp_review_polarity_csv.tgz
|
51 |
!tar -xvzf yelp_review_polarity_csv.tgz
|
|
|
44 |
auto_reconnect_thread = threading.Thread(target=auto_reconnect)
|
45 |
auto_reconnect_thread.start()
|
46 |
|
|
|
|
|
47 |
# Download and extract the Yelp review dataset: download and extract the dataset using wget and tar
|
48 |
!wget https://s3.amazonaws.com/fast-ai-nlp/yelp_review_polarity_csv.tgz
|
49 |
!tar -xvzf yelp_review_polarity_csv.tgz
|