Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,5 +50,5 @@ def classify_image(inp):
|
|
50 |
image = gr.Image(height=224, width=224)
|
51 |
|
52 |
gr.Interface(
|
53 |
-
fn=classify_image, inputs=image, outputs="text",live=True,
|
54 |
).launch()
|
|
|
50 |
image = gr.Image(height=224, width=224)
|
51 |
|
52 |
gr.Interface(
|
53 |
+
fn=classify_image, inputs=image, outputs="text",live=True,title="API de détection des images violentes",
|
54 |
).launch()
|