Upload app.py
Browse files
app.py
CHANGED
|
@@ -785,6 +785,8 @@ with gr.Blocks(theme=theme, css="""
|
|
| 785 |
value="Photograph",
|
| 786 |
label="Input data type",
|
| 787 |
)
|
|
|
|
|
|
|
| 788 |
gr.Markdown(
|
| 789 |
"#### 3. Upload data\n"
|
| 790 |
"Use the same upload area for either images (_jpeg, png, tiff, bmp_) "
|
|
@@ -796,11 +798,9 @@ with gr.Blocks(theme=theme, css="""
|
|
| 796 |
file_count="multiple",
|
| 797 |
type="filepath",
|
| 798 |
)
|
| 799 |
-
gr.HTML("</div>") # close app-panel
|
| 800 |
|
| 801 |
|
| 802 |
run_btn = gr.Button("Run classifier", variant="primary")
|
| 803 |
-
gr.HTML("<div class='app-panel'>")
|
| 804 |
gr.HTML("</div>") # close app-panel
|
| 805 |
|
| 806 |
with gr.Column(scale=1.4):
|
|
|
|
| 785 |
value="Photograph",
|
| 786 |
label="Input data type",
|
| 787 |
)
|
| 788 |
+
gr.HTML("</div>") # close app-panel
|
| 789 |
+
gr.HTML("<div class='app-panel'>")
|
| 790 |
gr.Markdown(
|
| 791 |
"#### 3. Upload data\n"
|
| 792 |
"Use the same upload area for either images (_jpeg, png, tiff, bmp_) "
|
|
|
|
| 798 |
file_count="multiple",
|
| 799 |
type="filepath",
|
| 800 |
)
|
|
|
|
| 801 |
|
| 802 |
|
| 803 |
run_btn = gr.Button("Run classifier", variant="primary")
|
|
|
|
| 804 |
gr.HTML("</div>") # close app-panel
|
| 805 |
|
| 806 |
with gr.Column(scale=1.4):
|