Omnibus commited on
Commit
0267d86
·
1 Parent(s): c69a42d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -127,7 +127,8 @@ def tot_prob():
127
  except Exception as e:
128
  pass
129
  print (e)
130
-
 
131
 
132
  with gr.Blocks() as app:
133
  gr.Markdown("""<center><h1>AI Image Detector<br><h4>(Test Demo - accuracy varies by model)""")
@@ -163,7 +164,7 @@ with gr.Blocks() as app:
163
  n_out2=gr.Label(label="Output")
164
  outp2 = gr.HTML("""""")
165
 
166
-
167
  load_btn.click(load_url,in_url,[inp,mes])
168
  btn.click(aiornot0,[inp],[outp0,n_out0]).then(tot_prob,None,fin)
169
  btn.click(aiornot1,[inp],[outp1,n_out1]).then(tot_prob,None,fin)
 
127
  except Exception as e:
128
  pass
129
  print (e)
130
+ fin_clear():
131
+ fin_sum.clear()
132
 
133
  with gr.Blocks() as app:
134
  gr.Markdown("""<center><h1>AI Image Detector<br><h4>(Test Demo - accuracy varies by model)""")
 
164
  n_out2=gr.Label(label="Output")
165
  outp2 = gr.HTML("""""")
166
 
167
+ fin.change(fin_clear,None,None)
168
  load_btn.click(load_url,in_url,[inp,mes])
169
  btn.click(aiornot0,[inp],[outp0,n_out0]).then(tot_prob,None,fin)
170
  btn.click(aiornot1,[inp],[outp1,n_out1]).then(tot_prob,None,fin)