willn9 commited on
Commit
67de03d
·
verified ·
1 Parent(s): dca53f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -5,8 +5,8 @@ import gradio as gr
5
  import os
6
 
7
  # Securely load the API key and project ID
8
- watsonx_API = os.getenv("WATSONX_API")
9
- project_id= os.getenv("PROJECT_ID")
10
 
11
  # Model and project settings
12
  model_id = "meta-llama/llama-2-13b-chat" # Directly specifying the LLAMA2 model
@@ -52,4 +52,4 @@ career_advice_app = gr.Interface(
52
  )
53
 
54
  # Launch the application
55
- career_advice_app.launch(server_name="0.0.0.0", debug=True, server_port=7860, share=True)
 
5
  import os
6
 
7
  # Securely load the API key and project ID
8
+ watsonx_API = os.getenv("watsonx_API")
9
+ project_id= os.getenv("project_id")
10
 
11
  # Model and project settings
12
  model_id = "meta-llama/llama-2-13b-chat" # Directly specifying the LLAMA2 model
 
52
  )
53
 
54
  # Launch the application
55
+ career_advice_app.launch()