Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- __pycache__/gradio_app.cpython-311.pyc +0 -0
- gradio_app.py +1 -1
__pycache__/gradio_app.cpython-311.pyc
CHANGED
Binary files a/__pycache__/gradio_app.cpython-311.pyc and b/__pycache__/gradio_app.cpython-311.pyc differ
|
|
gradio_app.py
CHANGED
@@ -6,7 +6,7 @@ import csv
|
|
6 |
import random
|
7 |
|
8 |
client = AzureOpenAI(
|
9 |
-
api_key="
|
10 |
api_version="2023-07-01-preview",
|
11 |
azure_endpoint="https://votum.openai.azure.com/",
|
12 |
)
|
|
|
6 |
import random
|
7 |
|
8 |
client = AzureOpenAI(
|
9 |
+
api_key="226e96dc78fb49b3bcd143aa8b191dd2",
|
10 |
api_version="2023-07-01-preview",
|
11 |
azure_endpoint="https://votum.openai.azure.com/",
|
12 |
)
|