Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -898,7 +898,7 @@ async def verify_button(profile: gr.OAuthProfile | None, request: gr.Request) ->
|
|
898 |
|
899 |
|
900 |
async def gradio_verify_button(profile: gr.OAuthProfile | None, request: gr.Request) -> str:
|
901 |
-
return
|
902 |
|
903 |
|
904 |
|
|
|
898 |
|
899 |
|
900 |
async def gradio_verify_button(profile: gr.OAuthProfile | None, request: gr.Request) -> str:
|
901 |
+
return asyncio.run(verify_button(profile, request))
|
902 |
|
903 |
|
904 |
|