jatinbittu13 commited on
Commit
0481f65
1 Parent(s): aea8c96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,4 +20,4 @@ import gradio as gr
20
  image = gr.inputs.Image(shape=(100,100))
21
  label = gr.outputs.Label(num_top_classes=5)
22
 
23
- gr.Interface(fn=predict_image, inputs=image, outputs=label,allow_flagging='never',title="Selfie Detection Web-App",description="Upload an image to check if it is a Selfie or not?").launch(debug='True',share='True')
 
20
  image = gr.inputs.Image(shape=(100,100))
21
  label = gr.outputs.Label(num_top_classes=5)
22
 
23
+ gr.Interface(fn=predict_image, inputs=image, outputs=label,allow_flagging='never',title="Selfie Detection Web-App",description="Upload an image to check if it is a Selfie or not?").launch(debug='True')