Update app.py
Browse files
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():
|