Spaces:
Sleeping
Sleeping
log user 2
Browse files
app.py
CHANGED
@@ -239,6 +239,7 @@ with gr.Blocks(title="PixDiet", theme=gr.themes.Ocean()) as demo:
|
|
239 |
)
|
240 |
|
241 |
def get_profile(profile) -> dict:
|
|
|
242 |
return {
|
243 |
"username": profile.username,
|
244 |
"profile": profile.profile,
|
|
|
239 |
)
|
240 |
|
241 |
def get_profile(profile) -> dict:
|
242 |
+
print(profile)
|
243 |
return {
|
244 |
"username": profile.username,
|
245 |
"profile": profile.profile,
|