Update app.py
Browse files
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,
|