rmayormartins commited on
Commit
cdc6975
·
1 Parent(s): 5669498

Subindo arquivos377

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -0
app.py CHANGED
@@ -74,7 +74,7 @@ def process_image(image):
74
  # Carregar imagem de exemplo diretamente do código
75
  example_image_path = "example1.JPG"
76
 
77
- # Interface Gradio
78
  iface = gr.Interface(
79
  fn=process_image,
80
  inputs=gr.Image(type="pil"),
 
74
  # Carregar imagem de exemplo diretamente do código
75
  example_image_path = "example1.JPG"
76
 
77
+ # Interface Gradioo
78
  iface = gr.Interface(
79
  fn=process_image,
80
  inputs=gr.Image(type="pil"),
requirements.txt CHANGED
@@ -5,3 +5,4 @@ numpy
5
  opencv-python
6
  transformers
7
  gtts
 
 
5
  opencv-python
6
  transformers
7
  gtts
8
+ sentencepiece