Rajan Sharma commited on
Commit
fb8cb62
·
verified ·
1 Parent(s): 86ddd31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -218,4 +218,4 @@ with gr.Blocks(theme="soft", css="style.css") as demo:
218
  if __name__ == "__main__":
219
  if not os.getenv("COHERE_API_KEY"):
220
  print("🔴 COHERE_API_KEY environment variable not set. Application may not function correctly.")
221
- demo.launch(server_name="0.0.0.0", server_port=int(os.getenv("PORT", "7860")))
 
218
  if __name__ == "__main__":
219
  if not os.getenv("COHERE_API_KEY"):
220
  print("🔴 COHERE_API_KEY environment variable not set. Application may not function correctly.")
221
+ demo.launch(server_name="0.0.0.0", server_port=int(os.getenv("PORT", "7860")))