sailormars18 commited on
Commit
10e9383
·
1 Parent(s): 072b9d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ 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
 
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