lelouch0110 commited on
Commit
98a44fe
·
verified ·
1 Parent(s): cf65812

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)