Spaces:
Runtime error
Runtime error
Updated metrics
Browse files
app.py
CHANGED
|
@@ -83,7 +83,7 @@ with gr.Interface(
|
|
| 83 |
gr.Textbox(label="Hotness (%)"),
|
| 84 |
gr.Textbox(label="Beauty (%)"),
|
| 85 |
gr.Textbox(label="Allure (%)"),
|
| 86 |
-
gr.Textbox(label="Authenticity (%)"),
|
| 87 |
],
|
| 88 |
examples=[
|
| 89 |
['Mansib_01_x2048.png', 'Man'],
|
|
|
|
| 83 |
gr.Textbox(label="Hotness (%)"),
|
| 84 |
gr.Textbox(label="Beauty (%)"),
|
| 85 |
gr.Textbox(label="Allure (%)"),
|
| 86 |
+
gr.Textbox(label="Authenticity (> 80% → likely real)"),
|
| 87 |
],
|
| 88 |
examples=[
|
| 89 |
['Mansib_01_x2048.png', 'Man'],
|