Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ Currently, two models are supported that were trained on manually annotated segm
|
|
121 |
* [Version 1 (2-class)](https://huggingface.co/dbmdz/detectron2-model): This model can detect *Illustration* or *Illumination* segments on a given page.
|
122 |
* [Version 2 (4-class)](https://huggingface.co/dbmdz/detectron2-v2-model): This model is more powerful and can detect *Illustration*, *Stamp*, *Initial* or *Other* segments on a given page.
|
123 |
"""
|
124 |
-
footer = "Made in Munich with ❤️ and 🥨."
|
125 |
|
126 |
with gr.Blocks() as demo:
|
127 |
gr.Markdown(title)
|
|
|
121 |
* [Version 1 (2-class)](https://huggingface.co/dbmdz/detectron2-model): This model can detect *Illustration* or *Illumination* segments on a given page.
|
122 |
* [Version 2 (4-class)](https://huggingface.co/dbmdz/detectron2-v2-model): This model is more powerful and can detect *Illustration*, *Stamp*, *Initial* or *Other* segments on a given page.
|
123 |
"""
|
124 |
+
#footer = "Made in Munich with ❤️ and 🥨."
|
125 |
|
126 |
with gr.Blocks() as demo:
|
127 |
gr.Markdown(title)
|