Sambhavnoobcoder commited on
Commit
62835f2
·
1 Parent(s): 69d0414

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -65,10 +65,7 @@ def main():
65
  debug=True
66
  )
67
 
68
- # Set the speakers dropdown choices and value based on the selected model
69
- model_name_dropdown.set_action(set_model)
70
-
71
- iface.launch()
72
 
73
 
74
  if __name__ == "__main__":
 
65
  debug=True
66
  )
67
 
68
+ iface.launch(share=True)
 
 
 
69
 
70
 
71
  if __name__ == "__main__":