satyaaa-m commited on
Commit
4698781
·
verified ·
1 Parent(s): 807b2d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,5 +20,5 @@ demo = gr.Interface(
20
  outputs = "text"
21
  )
22
 
23
- iface.launch(share=True,
24
  server_port=int(os.environ['PORT1']))
 
20
  outputs = "text"
21
  )
22
 
23
+ demo.launch(share=True,
24
  server_port=int(os.environ['PORT1']))