suhana13 commited on
Commit
ec009e7
1 Parent(s): 0a32303

comment pip installations

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,11 +7,11 @@ Original file is located at
7
  https://colab.research.google.com/drive/14VcPCWWSAS7tEIolL_I9iA0xulk2gHuN
8
  """
9
 
10
- !pip install -q transformers
11
 
12
  from transformers import pipeline
13
 
14
- !pip install -q gradio
15
 
16
  import gradio as gr
17
 
 
7
  https://colab.research.google.com/drive/14VcPCWWSAS7tEIolL_I9iA0xulk2gHuN
8
  """
9
 
10
+ #!pip install -q transformers
11
 
12
  from transformers import pipeline
13
 
14
+ #!pip install -q gradio
15
 
16
  import gradio as gr
17