Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -585,8 +585,8 @@ def from_examples(raw_input, raw_image_points, canvas, seg_image_points, selecte
|
|
585 |
with gr.Blocks() as demo:
|
586 |
# layout definition
|
587 |
gr.Markdown(title)
|
588 |
-
gr.Markdown(authors)
|
589 |
-
gr.Markdown(affiliation)
|
590 |
gr.Markdown(important_link)
|
591 |
gr.Markdown(description)
|
592 |
|
|
|
585 |
with gr.Blocks() as demo:
|
586 |
# layout definition
|
587 |
gr.Markdown(title)
|
588 |
+
# gr.Markdown(authors)
|
589 |
+
# gr.Markdown(affiliation)
|
590 |
gr.Markdown(important_link)
|
591 |
gr.Markdown(description)
|
592 |
|