Spaces:
Runtime error
Runtime error
measmonysuon
commited on
Commit
•
a8a7df4
1
Parent(s):
f8957c5
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ def extract_username_from_url(url):
|
|
105 |
|
106 |
def get_username_from_url():
|
107 |
# Placeholder URL, replace with actual URL or method to get URL in deployment
|
108 |
-
url = 'https://measmonysuon-
|
109 |
username = extract_username_from_url(url)
|
110 |
logger.info(f"Extracted username: {username}")
|
111 |
return username
|
|
|
105 |
|
106 |
def get_username_from_url():
|
107 |
# Placeholder URL, replace with actual URL or method to get URL in deployment
|
108 |
+
url = 'https://measmonysuon-imagen.hf.space/?username=Guest'
|
109 |
username = extract_username_from_url(url)
|
110 |
logger.info(f"Extracted username: {username}")
|
111 |
return username
|