plutostack commited on
Commit
91dd5aa
·
verified ·
1 Parent(s): a2a2031

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -2,7 +2,6 @@ import os
2
  os.system("pip3 install transformers")
3
  os.system("pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu")
4
  os.system("pip3 install tensorflow")
5
-
6
  import gradio as gr
7
  from transformers import pipeline
8
 
 
2
  os.system("pip3 install transformers")
3
  os.system("pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu")
4
  os.system("pip3 install tensorflow")
 
5
  import gradio as gr
6
  from transformers import pipeline
7