Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ with gr.Blocks(css=".gradio-container {background-image: url('file=background.jp
|
|
51 |
file5_output = gr.File()
|
52 |
file5_button = gr.Button("Plt")
|
53 |
|
54 |
-
with gr.Tab("
|
55 |
file6_input = gr.File(label="输入相关文件")
|
56 |
file6_output = gr.File()
|
57 |
file6_button = gr.Button("Prediction_Dlkcat")
|
|
|
51 |
file5_output = gr.File()
|
52 |
file5_button = gr.Button("Plt")
|
53 |
|
54 |
+
with gr.Tab("Prediction Dlkcat"):
|
55 |
file6_input = gr.File(label="输入相关文件")
|
56 |
file6_output = gr.File()
|
57 |
file6_button = gr.Button("Prediction_Dlkcat")
|