Update app.py
Browse files
app.py
CHANGED
@@ -87,8 +87,8 @@ with gr.Blocks(css="app.css") as demo:
|
|
87 |
],
|
88 |
[input_image],
|
89 |
)
|
90 |
-
with gr.Tab("Authors"):
|
91 |
-
|
92 |
|
93 |
submit.click(
|
94 |
fn=preprocess_image_and_predict,
|
|
|
87 |
],
|
88 |
[input_image],
|
89 |
)
|
90 |
+
# with gr.Tab("Authors"):
|
91 |
+
# gr.Markdown(value=AUTHORS)
|
92 |
|
93 |
submit.click(
|
94 |
fn=preprocess_image_and_predict,
|