Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ title = "Paddy Disease Classifier with EdgeNeXt"
|
|
19 |
description = "9 Diseases + 1 Normal class."
|
20 |
interpretation='default'
|
21 |
examples = ["sample_images/"+file for file in files]
|
22 |
-
article="<p style='text-align: center'><a href='https://dicksonneoh.com/portfolio/
|
23 |
enable_queue=True
|
24 |
|
25 |
gr.Interface(
|
|
|
19 |
description = "9 Diseases + 1 Normal class."
|
20 |
interpretation='default'
|
21 |
examples = ["sample_images/"+file for file in files]
|
22 |
+
article="<p style='text-align: center'><a href='https://dicksonneoh.com/portfolio/bringing_high_quality_image_models_to_mobile/' target='_blank'>Blog post</a></p>"
|
23 |
enable_queue=True
|
24 |
|
25 |
gr.Interface(
|