Spaces:
Sleeping
Sleeping
Commit ·
58098e1
1
Parent(s): 008916a
Initial commit
Browse files
app.py
CHANGED
|
@@ -40,8 +40,8 @@ with gr.Blocks() as MatStat:
|
|
| 40 |
with gr.Row():
|
| 41 |
gr.Markdown("<p style='text-align: center'>Example images - just drag and drop into the input area and click the <span style='font-weight: bold'>Run</span> button</p>")
|
| 42 |
with gr.Row():
|
| 43 |
-
gr.Image("test.
|
| 44 |
-
gr.Image("test2.
|
| 45 |
with gr.Row():
|
| 46 |
gr.Markdown(article)
|
| 47 |
|
|
|
|
| 40 |
with gr.Row():
|
| 41 |
gr.Markdown("<p style='text-align: center'>Example images - just drag and drop into the input area and click the <span style='font-weight: bold'>Run</span> button</p>")
|
| 42 |
with gr.Row():
|
| 43 |
+
gr.Image("test.JPG", scale=1, label="Example 1")
|
| 44 |
+
gr.Image("test2.JPG", scale=1, label="Example 2")
|
| 45 |
with gr.Row():
|
| 46 |
gr.Markdown(article)
|
| 47 |
|