Spaces:
Build error
Build error
Upload app.py
Browse files
app.py
CHANGED
|
@@ -81,4 +81,4 @@ async def predict_custom_controller(image_url: str):
|
|
| 81 |
|
| 82 |
gr.Interface(
|
| 83 |
fn=classify_image, inputs=gr.Image(type="filepath",label="Image ou Url"), outputs="text",live=True,title="API de détection des images violentes",
|
| 84 |
-
).launch()
|
|
|
|
| 81 |
|
| 82 |
gr.Interface(
|
| 83 |
fn=classify_image, inputs=gr.Image(type="filepath",label="Image ou Url"), outputs="text",live=True,title="API de détection des images violentes",
|
| 84 |
+
).launch(share=True)
|