Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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"),
|