Commit
·
fdef517
1
Parent(s):
65a422d
add: demo=share
Browse files
app.py
CHANGED
@@ -649,7 +649,7 @@ def main():
|
|
649 |
try:
|
650 |
setup_openai_key()
|
651 |
demo = create_chat_interface()
|
652 |
-
demo.launch(
|
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
|