ajinkyakolhe112 commited on
Commit
9d8e134
·
verified ·
1 Parent(s): f3c98f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -44,12 +44,12 @@ with gr.Blocks(title="Image Classification for 1000 Objects", css=".gradio-conta
44
 
45
  input_box.change(display_model_details, input_box, output_box)
46
 
47
- gr.Interface(
48
- fn=display_model_details,
49
- inputs="text",
50
- outputs="text",
51
- title="Model Details"
52
- ).launch()
53
 
54
 
55
  with gr.Row():
 
44
 
45
  input_box.change(display_model_details, input_box, output_box)
46
 
47
+ # gr.Interface(
48
+ # fn=display_model_details,
49
+ # inputs="text",
50
+ # outputs="text",
51
+ # title="Model Details"
52
+ # ).launch()
53
 
54
 
55
  with gr.Row():