nightfury commited on
Commit
28a8269
·
verified ·
1 Parent(s): bc231a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -99,8 +99,8 @@ article = "<p style='text-align: center'>...</p>"
99
  interface = gr.Interface(
100
  fn=predict,
101
  inputs=[
102
- gr.inputs.Image(label="Input Image", type="pil")#,
103
- #"text"
104
  ],
105
  outputs=[
106
  gr.outputs.Label(label="Prediction Model - % of Fake or Real image detection"),
 
99
  interface = gr.Interface(
100
  fn=predict,
101
  inputs=[
102
+ gr.inputs.Image(label="Input Image", type="pil"),
103
+ "text"
104
  ],
105
  outputs=[
106
  gr.outputs.Label(label="Prediction Model - % of Fake or Real image detection"),