lelouch0110 commited on
Commit
cf65812
·
verified ·
1 Parent(s): 0e0d778

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,5 +80,5 @@ async def predict_custom_controller(image_url: str):
80
 
81
 
82
  gr.Interface(
83
- fn=classify_image, inputs=gr.Image(height=224, width=224,type="filepath",label="Image ou Url"), outputs="text",live=True,title="API de détection des images violentes",
84
  ).launch()
 
80
 
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()