awacke1 commited on
Commit
0184630
1 Parent(s): f473943

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -93,7 +93,7 @@ def add_Med_Licensing_Exam_Dataset():
93
 
94
  # My Inference API Copy
95
  # API_URL = 'https://qe55p8afio98s0u3.us-east-1.aws.endpoints.huggingface.cloud' # Dr Llama
96
- # Original:
97
  API_URL = "https://api-inference.huggingface.co/models/meta-llama/Llama-2-7b-chat-hf"
98
  API_KEY = os.getenv('API_KEY')
99
  MODEL1="meta-llama/Llama-2-7b-chat-hf"
@@ -180,7 +180,7 @@ def SpeechSynthesis(result):
180
  </html>
181
  '''
182
 
183
- components.html(documentHTML5, width=1280, height=500)
184
  #return result
185
 
186
 
 
93
 
94
  # My Inference API Copy
95
  # API_URL = 'https://qe55p8afio98s0u3.us-east-1.aws.endpoints.huggingface.cloud' # Dr Llama
96
+ # Meta's Original - Chat HF Free Version:
97
  API_URL = "https://api-inference.huggingface.co/models/meta-llama/Llama-2-7b-chat-hf"
98
  API_KEY = os.getenv('API_KEY')
99
  MODEL1="meta-llama/Llama-2-7b-chat-hf"
 
180
  </html>
181
  '''
182
 
183
+ components.html(documentHTML5, width=1280, height=1000)
184
  #return result
185
 
186