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