rmayormartins commited on
Commit
db31db9
·
1 Parent(s): 63a23a5

Subindo arquivos12

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -0
app.py CHANGED
@@ -265,7 +265,7 @@ def prepare_test_data(batch_size=32, resize=(224, 224)):
265
 
266
  return "Preparação dos dados de teste concluída com sucesso."
267
 
268
- # Interface Gradio
269
  def main():
270
  with gr.Blocks() as demo:
271
  gr.Markdown("# Image Classification Training")
 
265
 
266
  return "Preparação dos dados de teste concluída com sucesso."
267
 
268
+ # Interface Gradioo
269
  def main():
270
  with gr.Blocks() as demo:
271
  gr.Markdown("# Image Classification Training")
requirements.txt CHANGED
@@ -16,3 +16,4 @@ Cython==0.29.24
16
 
17
 
18
 
 
 
16
 
17
 
18
 
19
+