julenalvaro commited on
Commit
c6e4bf1
·
1 Parent(s): 072015c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,6 +1,6 @@
1
  # %%capture
2
- !pip install transformers
3
- !pip install torch
4
 
5
  from transformers import pipeline
6
  import gradio as gr
 
1
  # %%capture
2
+ pip install transformers
3
+ pip install torch
4
 
5
  from transformers import pipeline
6
  import gradio as gr