DawnC commited on
Commit
51d0f8f
β€’
1 Parent(s): 4c3f6bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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