Omnibus commited on
Commit
6fc4472
·
1 Parent(s): f5d8deb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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[0][0]}<br>
79
- AI: {px[1][0]}"""
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():