arham061 commited on
Commit
49b272e
1 Parent(s): dd06f61

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,4 +36,4 @@ label = gr.outputs.Label()
36
  #examples = ['rock.jpg', 'paper.jpg', 'scissor.jpg']
37
 
38
  intf = gr.Interface(fn=play_game, inputs=image, outputs=label)
39
- intf.launch(inline=False, share = True)
 
36
  #examples = ['rock.jpg', 'paper.jpg', 'scissor.jpg']
37
 
38
  intf = gr.Interface(fn=play_game, inputs=image, outputs=label)
39
+ intf.launch(inline=False)