Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -180,15 +180,15 @@ txt = gr.Textbox(
|
|
| 180 |
)
|
| 181 |
|
| 182 |
|
| 183 |
-
title_markdown = ("""
|
| 184 |
-
# Florence-llama
|
| 185 |
-
[[Code](TBD)] [[Model](TBD)] | 📚 [[Arxiv](TBD)]]
|
| 186 |
-
""")
|
| 187 |
-
|
| 188 |
# title_markdown = ("""
|
| 189 |
# # Florence-VL 8B
|
|
|
|
| 190 |
# """)
|
| 191 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 192 |
tos_markdown = ("""
|
| 193 |
### Terms of use
|
| 194 |
By using this service, users are required to agree to the following terms:
|
|
|
|
| 180 |
)
|
| 181 |
|
| 182 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 183 |
# title_markdown = ("""
|
| 184 |
# # Florence-VL 8B
|
| 185 |
+
# [[Code](TBD)] [[Model](TBD)] | 📚 [[Arxiv](TBD)]]
|
| 186 |
# """)
|
| 187 |
|
| 188 |
+
title_markdown = ("""
|
| 189 |
+
# Florence-VL 8B
|
| 190 |
+
""")
|
| 191 |
+
|
| 192 |
tos_markdown = ("""
|
| 193 |
### Terms of use
|
| 194 |
By using this service, users are required to agree to the following terms:
|