Spaces:
Runtime error
Runtime error
measmonysuon
commited on
Commit
•
bf2577c
1
Parent(s):
dea0635
Update app.py
Browse files
app.py
CHANGED
@@ -114,6 +114,6 @@ def get_username_from_url(url):
|
|
114 |
return username
|
115 |
|
116 |
# Replace this URL with your actual URL where the Gradio app is hosted
|
117 |
-
url = 'https://measmonysuon-imagen.hf.space/?username=
|
118 |
username = get_username_from_url(url)
|
119 |
launch_gradio(username)
|
|
|
114 |
return username
|
115 |
|
116 |
# Replace this URL with your actual URL where the Gradio app is hosted
|
117 |
+
url = 'https://measmonysuon-imagen.hf.space/?username=Guest' # This should be dynamically obtained if needed
|
118 |
username = get_username_from_url(url)
|
119 |
launch_gradio(username)
|