AhmadMustafa commited on
Commit
fdef517
·
1 Parent(s): 65a422d

add: demo=share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -649,7 +649,7 @@ def main():
649
  try:
650
  setup_openai_key()
651
  demo = create_chat_interface()
652
- demo.launch(debug=True)
653
  except Exception as e:
654
  print(f"Error starting application: {str(e)}")
655
  raise
 
649
  try:
650
  setup_openai_key()
651
  demo = create_chat_interface()
652
+ demo.launch(share=True)
653
  except Exception as e:
654
  print(f"Error starting application: {str(e)}")
655
  raise