yumna7 commited on
Commit
5831b7f
·
verified ·
1 Parent(s): 34149f3

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. app.py +0 -1
  2. requirements.txt +4 -0
app.py CHANGED
@@ -1,5 +1,4 @@
1
 
2
- !pip install gradio tensorflow matplotlib opencv-python-headless
3
 
4
  import gradio as gr
5
  import tensorflow as tf
 
1
 
 
2
 
3
  import gradio as gr
4
  import tensorflow as tf
requirements.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ gradio
2
+ tensorflow
3
+ matplotlib
4
+ opencv-python-headless