rmayormartins commited on
Commit
26dfb56
·
1 Parent(s): 69ae7a5

Subindo arquivos9

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def detect(img):
34
  return pil_img
35
 
36
 
37
- #Gradio
38
  iface = gr.Interface(
39
  fn=detect,
40
  inputs=gr.Image(type="pil"),
 
34
  return pil_img
35
 
36
 
37
+ #Gradiooo
38
  iface = gr.Interface(
39
  fn=detect,
40
  inputs=gr.Image(type="pil"),
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio
2
  torch
3
  numpy
4
  Pillow
 
1
+ gradio==4.29.0 #
2
  torch
3
  numpy
4
  Pillow