Nina-HK commited on
Commit
203d5cf
1 Parent(s): f62790a

installing_tensorflow

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -2,8 +2,9 @@
2
 
3
  # %%capture
4
  # #Use capture to not show the output of installing the libraries!
5
- # !pip install gradio
6
 
 
 
7
 
8
  import gradio as gr
9
  import numpy as np
 
2
 
3
  # %%capture
4
  # #Use capture to not show the output of installing the libraries!
 
5
 
6
+ pip install tensorflow
7
+ pip install gradio
8
 
9
  import gradio as gr
10
  import numpy as np