rmayormartins commited on
Commit
80ed051
1 Parent(s): 5b9b2b6

Subindo arquivos

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. app.py +1 -1
README.md CHANGED
@@ -21,6 +21,7 @@ In Google Teachable Machine, after training, under 'Export Model', go to 'Tensor
21
 
22
  ## Developer
23
  Developed by Ramon Mayor Martins (2023)
 
24
 
25
  - E-mail: [rmayormartins@gmail.com](mailto:rmayormartins@gmail.com)
26
  - Homepage: [https://rmayormartins.github.io/](https://rmayormartins.github.io/)
 
21
 
22
  ## Developer
23
  Developed by Ramon Mayor Martins (2023)
24
+ Atualizado 05/2024
25
 
26
  - E-mail: [rmayormartins@gmail.com](mailto:rmayormartins@gmail.com)
27
  - Homepage: [https://rmayormartins.github.io/](https://rmayormartins.github.io/)
app.py CHANGED
@@ -38,7 +38,7 @@ def classify_images(uploaded_file, images):
38
 
39
  #
40
 
41
- # Gradio
42
  iface = gr.Interface(
43
  fn=classify_images,
44
  inputs=[
 
38
 
39
  #
40
 
41
+ # Gradio interface
42
  iface = gr.Interface(
43
  fn=classify_images,
44
  inputs=[