Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -74,8 +74,7 @@ demo = gr.Interface(
|
|
74 |
examples=examples,
|
75 |
title='Oxford Pet ππ',
|
76 |
description='A ResNet50-based model for classifying 37 different pet breeds.',
|
77 |
-
article='[Oxford Project](https://github.com/Eric-Chung-0511/Learning-Record/tree/main/Data%20Science%20Projects/The%20Oxford-IIIT%20Pet%20Project)'
|
78 |
-
inputs_dropdown=dropdown # Dropdown used as a reference list
|
79 |
)
|
80 |
|
81 |
# Launch Gradio demo
|
|
|
74 |
examples=examples,
|
75 |
title='Oxford Pet ππ',
|
76 |
description='A ResNet50-based model for classifying 37 different pet breeds.',
|
77 |
+
article='[Oxford Project](https://github.com/Eric-Chung-0511/Learning-Record/tree/main/Data%20Science%20Projects/The%20Oxford-IIIT%20Pet%20Project)'
|
|
|
78 |
)
|
79 |
|
80 |
# Launch Gradio demo
|