Spaces:
Sleeping
Sleeping
greos
commited on
Commit
·
521641c
1
Parent(s):
edb46f7
Update description
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ iface = gr.Interface(
|
|
39 |
examples=examples,
|
40 |
analytics_enabled=False,
|
41 |
title="<h1>House Room Classifier</h1>",
|
42 |
-
description='<p style = "font-size: 1.4rem;">This model classifies a photo of a house room as either <strong>' + categories_str + '</strong
|
43 |
flagging_options=[],
|
44 |
)
|
45 |
|
|
|
39 |
examples=examples,
|
40 |
analytics_enabled=False,
|
41 |
title="<h1>House Room Classifier</h1>",
|
42 |
+
description='<p style = "font-size: 1.4rem;">This model classifies a photo of a house room as either <strong>' + categories_str + '</strong>.</p><p style = "font-size: 1.2rem;">Upload an image or use the examples below.</p>',
|
43 |
flagging_options=[],
|
44 |
)
|
45 |
|