Mishmosh commited on
Commit
cdc681e
·
1 Parent(s): 0cb41d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -16,7 +16,8 @@ iface = gr.Interface(
16
  ],
17
  outputs=None,
18
  )
19
- iface.launch()
 
20
  #python app.py
21
  #python -m pip install --upgrade pip
22
  #pip install torch torchvision torchaudio tensorflow
 
16
  ],
17
  outputs=None,
18
  )
19
+ iface.launch(share=True)
20
+ #iface.launch()
21
  #python app.py
22
  #python -m pip install --upgrade pip
23
  #pip install torch torchvision torchaudio tensorflow