Spaces:
Sleeping
Sleeping
update
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🦀
|
4 |
colorFrom: green
|
5 |
colorTo: green
|
|
|
1 |
---
|
2 |
+
title: AdvisingNet HumanStudy
|
3 |
emoji: 🦀
|
4 |
colorFrom: green
|
5 |
colorTo: green
|
app.py
CHANGED
@@ -156,7 +156,7 @@ def load_sample(data, current_index):
|
|
156 |
"<div style='font-size: 24px;'>Sam guessed the Input image is "
|
157 |
"<span style='font-weight: bold;'>{}</span> "
|
158 |
"with <span style='font-weight: bold;'>{}%</span> "
|
159 |
-
"confidence. Is this
|
160 |
"</div>"
|
161 |
)
|
162 |
|
@@ -164,7 +164,7 @@ def load_sample(data, current_index):
|
|
164 |
"<div style='font-size: 24px;'>Sam guessed the Input image is "
|
165 |
"<span style='font-weight: bold;'>{}</span> "
|
166 |
"with <span style='font-weight: bold;'>{}%</span> "
|
167 |
-
"confidence.<br>Is this
|
168 |
"</div>"
|
169 |
)
|
170 |
|
|
|
156 |
"<div style='font-size: 24px;'>Sam guessed the Input image is "
|
157 |
"<span style='font-weight: bold;'>{}</span> "
|
158 |
"with <span style='font-weight: bold;'>{}%</span> "
|
159 |
+
"confidence. Is this dog a <span style='font-weight: bold;'>{}</span>?"
|
160 |
"</div>"
|
161 |
)
|
162 |
|
|
|
164 |
"<div style='font-size: 24px;'>Sam guessed the Input image is "
|
165 |
"<span style='font-weight: bold;'>{}</span> "
|
166 |
"with <span style='font-weight: bold;'>{}%</span> "
|
167 |
+
"confidence.<br>Is this dog a <span style='font-weight: bold;'>{}</span>?"
|
168 |
"</div>"
|
169 |
)
|
170 |
|