Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ async def run_and_submit_all( profile= None):
|
|
46 |
#print("User not logged in.")
|
47 |
#return "Please Login to Hugging Face with the button.", None
|
48 |
|
49 |
-
username = "
|
50 |
print(f"Running as: {username}")
|
51 |
|
52 |
api_url = DEFAULT_API_URL
|
|
|
46 |
#print("User not logged in.")
|
47 |
#return "Please Login to Hugging Face with the button.", None
|
48 |
|
49 |
+
username = "oremaz"
|
50 |
print(f"Running as: {username}")
|
51 |
|
52 |
api_url = DEFAULT_API_URL
|