Spaces:
Sleeping
Sleeping
IngoTB303
commited on
Commit
·
0c1a246
1
Parent(s):
1aa16a4
Add comment explaining the use of app-test.py for tasks submission without Gradio
Browse files
app.py
CHANGED
@@ -10,7 +10,8 @@ import app_tokens
|
|
10 |
|
11 |
login(os.getenv('HF_API_KEY'))
|
12 |
|
13 |
-
|
|
|
14 |
|
15 |
# (Keep Constants as is)
|
16 |
# --- Constants ---
|
|
|
10 |
|
11 |
login(os.getenv('HF_API_KEY'))
|
12 |
|
13 |
+
# Since I use a private endpoint behind a VPN, I coded app-test.py to fulfill the tasks, gather the answers and submit them
|
14 |
+
# without Gradio to the server.
|
15 |
|
16 |
# (Keep Constants as is)
|
17 |
# --- Constants ---
|