Shilpaj commited on
Commit
f72fe80
·
1 Parent(s): 149d670

Feat: Share app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -269,7 +269,7 @@ def main():
269
  demo.launch(
270
  server_name="0.0.0.0",
271
  server_port=7860,
272
- share=False
273
  )
274
 
275
  except Exception as e:
 
269
  demo.launch(
270
  server_name="0.0.0.0",
271
  server_port=7860,
272
+ share=True
273
  )
274
 
275
  except Exception as e: