Spaces:
Runtime error
Runtime error
some changes
Browse files
app.py
CHANGED
|
@@ -14,5 +14,5 @@ inputs = gr.inputs.Image(shape=(192,192))
|
|
| 14 |
outputs = gr.outputs.Label()
|
| 15 |
examples = ['anime.jpeg','real.jpg','dunno.jpg']
|
| 16 |
|
| 17 |
-
intf = gr.Interface(fn=classify_image, inputs="image", outputs="label",examples=examples,title = "Anime or Real Face Classifier", article="<p style='text-align: center'><a href='https://github.com/Sart-Hack' target='_blank'>
|
| 18 |
intf.launch(inline=False)
|
|
|
|
| 14 |
outputs = gr.outputs.Label()
|
| 15 |
examples = ['anime.jpeg','real.jpg','dunno.jpg']
|
| 16 |
|
| 17 |
+
intf = gr.Interface(fn=classify_image, inputs="image", outputs="label",examples=examples,title = "Anime or Real Face Classifier", article="<p style='text-align: center'><a href='https://github.com/Sart-Hack' target='_blank'>Github</a></p>")
|
| 18 |
intf.launch(inline=False)
|