Anas090 commited on
Commit
7bf59aa
·
verified ·
1 Parent(s): 45bf328

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ inputs_image = [
58
  "Vgg19",
59
  "Vgg16",
60
  "Resnet101",
61
- ], type="value", label="Select_model"),
62
  ]
63
  outputs_text = gr.Textbox(label="Site")
64
  interface_image = gr.Interface(
 
58
  "Vgg19",
59
  "Vgg16",
60
  "Resnet101",
61
+ ], type="value", label="Select_model")
62
  ]
63
  outputs_text = gr.Textbox(label="Site")
64
  interface_image = gr.Interface(