momelam commited on
Commit
2c5339e
1 Parent(s): ac2269e
Files changed (2) hide show
  1. app.py +0 -1
  2. gitignore.txt +7 -0
app.py CHANGED
@@ -1,5 +1,4 @@
1
  import gradio as gr
2
- import requests
3
 
4
  def predict_label(img_path ):
5
 
 
1
  import gradio as gr
 
2
 
3
  def predict_label(img_path ):
4
 
gitignore.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ flagged/
2
+ *.pt
3
+ *.png
4
+ *.jpg
5
+ *.mp4
6
+ *.mkv
7
+ gradio_cached_examples/