Мясников Филипп Сергеевич commited on
Commit
ceabeea
1 Parent(s): 9e6273b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ description = "Gradio Demo for PetBreeder. Based on [Colab](https://colab.resear
147
 
148
  gr.Interface(inference,
149
  [gr.inputs.Image(type="pil"),
150
- gr.inputs.Dropdown(choices=['Cat','Dog'], type='value', default='Cat', label='Model')]
151
  gr.outputs.Image(type="file"),
152
  title=title,
153
  description=description).launch()
 
147
 
148
  gr.Interface(inference,
149
  [gr.inputs.Image(type="pil"),
150
+ gr.inputs.Dropdown(choices=['Cat','Dog'], type='value', default='Cat', label='Model')],
151
  gr.outputs.Image(type="file"),
152
  title=title,
153
  description=description).launch()