Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
| 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 |
|