Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -75,8 +75,8 @@ def aiornot2(image):
|
|
75 |
Model used: <a href='https://huggingface.co/{mod}'>{mod}</a><br>
|
76 |
<br>
|
77 |
Probabilites:<br>
|
78 |
-
Real: {px[
|
79 |
-
AI: {px[
|
80 |
return gr.HTML.update(html_out)
|
81 |
with gr.Blocks() as app:
|
82 |
with gr.Column():
|
|
|
75 |
Model used: <a href='https://huggingface.co/{mod}'>{mod}</a><br>
|
76 |
<br>
|
77 |
Probabilites:<br>
|
78 |
+
Real: {px[1][0]}<br>
|
79 |
+
AI: {px[0][0]}"""
|
80 |
return gr.HTML.update(html_out)
|
81 |
with gr.Blocks() as app:
|
82 |
with gr.Column():
|