nightfury commited on
Commit
f0cf3e1
1 Parent(s): cbc66e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ NOTE:
147
  - Images scoring as very probably artificial (e.g. 90% or higher) could be referred to a human expert for further investigation, if needed.
148
  """
149
 
150
- interface1 = gr.Interface(
151
  fn=image_classifier,
152
  inputs=[
153
  gr.inputs.Image(label="Input Image", type="pil"),
 
147
  - Images scoring as very probably artificial (e.g. 90% or higher) could be referred to a human expert for further investigation, if needed.
148
  """
149
 
150
+ interface2 = gr.Interface(
151
  fn=image_classifier,
152
  inputs=[
153
  gr.inputs.Image(label="Input Image", type="pil"),