ramhemanth580 commited on
Commit
9bc9d6f
1 Parent(s): 7cd4928

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,5 +10,5 @@ def launch(input):
10
  iface = gr.Interface(launch,
11
  inputs=gr.Image(type='pil'),
12
  outputs="text")
13
- iface.launch(share=True,
14
  server_port=int(os.environ['PORT1']))
 
10
  iface = gr.Interface(launch,
11
  inputs=gr.Image(type='pil'),
12
  outputs="text")
13
+ iface.launch(
14
  server_port=int(os.environ['PORT1']))