davebraga commited on
Commit
e9e1225
Β·
verified Β·
1 Parent(s): 8a26bfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -45,6 +45,7 @@ def predict(image):
45
 
46
  return f"Categoria: {category}", f"Cor: {color}"
47
 
 
48
  # Interface Gradio
49
  iface = gr.Interface(
50
  fn=predict,
 
45
 
46
  return f"Categoria: {category}", f"Cor: {color}"
47
 
48
+
49
  # Interface Gradio
50
  iface = gr.Interface(
51
  fn=predict,