mahimairaja commited on
Commit
a2e90aa
·
verified ·
1 Parent(s): 56dfa20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ def main():
146
  Powered by <a href='https://modal.com' target='_blank' style='color: #007FFF; text-decoration: none; font-weight: 600;'>Mahimai AI Labs \u2764\ufe0f</a>
147
  </footer>
148
  """)
149
- demo.launch()
150
 
151
 
152
  if __name__ == "__main__":
 
146
  Powered by <a href='https://modal.com' target='_blank' style='color: #007FFF; text-decoration: none; font-weight: 600;'>Mahimai AI Labs \u2764\ufe0f</a>
147
  </footer>
148
  """)
149
+ demo.launch(share=True)
150
 
151
 
152
  if __name__ == "__main__":