omarelsayeed commited on
Commit
963e38a
·
1 Parent(s): 81ff5e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,4 +29,4 @@ label = gr.outputs.Label()
29
  examples = [['dasd.jpg',''] , ['hindi.jpg' , ''] , ['arabic.png' ,'']]
30
  image = gr.inputs.Image(shape=(194,194) , image_mode = "L")
31
  intf = gr.Interface(fn = classify_img , inputs = [image,text_input ] , outputs = label , examples = examples)
32
- intf.launch(share = True)
 
29
  examples = [['dasd.jpg',''] , ['hindi.jpg' , ''] , ['arabic.png' ,'']]
30
  image = gr.inputs.Image(shape=(194,194) , image_mode = "L")
31
  intf = gr.Interface(fn = classify_img , inputs = [image,text_input ] , outputs = label , examples = examples)
32
+ intf.launch(inline = False)