Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,6 @@ MODEL = "gpt-4o"
|
|
8 |
API_URL = os.getenv("API_URL")
|
9 |
DISABLED = os.getenv("DISABLED") == 'True'
|
10 |
print (API_URL)
|
11 |
-
NUM_THREADS = int(os.getenv("NUM_THREADS"))
|
12 |
|
13 |
print (NUM_THREADS)
|
14 |
|
|
|
8 |
API_URL = os.getenv("API_URL")
|
9 |
DISABLED = os.getenv("DISABLED") == 'True'
|
10 |
print (API_URL)
|
|
|
11 |
|
12 |
print (NUM_THREADS)
|
13 |
|