Spaces:
Runtime error
Runtime error
Update app.py
#1
by
project21
- opened
app.py
CHANGED
@@ -395,7 +395,7 @@ gr_interface = gr.Interface(
|
|
395 |
fn=gradio_predict, # Function to call for predictions
|
396 |
inputs=gr.Image(type="filepath"), # Upload image as file path
|
397 |
outputs="html", # Output will be the class label as text
|
398 |
-
title="
|
399 |
description="Upload an image of a plant to predict the disease.",
|
400 |
)
|
401 |
|
|
|
395 |
fn=gradio_predict, # Function to call for predictions
|
396 |
inputs=gr.Image(type="filepath"), # Upload image as file path
|
397 |
outputs="html", # Output will be the class label as text
|
398 |
+
title="""<center>Mango Disease Predictor</center>""",
|
399 |
description="Upload an image of a plant to predict the disease.",
|
400 |
)
|
401 |
|