Spaces:
Running
Running
Update utils/gradio_utils.py
Browse files- utils/gradio_utils.py +1 -0
utils/gradio_utils.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import gradio as gr # Still need this if type hinting gr.Request
|
2 |
|
3 |
def get_url_user_token(request: gr.Request):
|
|
|
1 |
+
#gradio_utils.py
|
2 |
import gradio as gr # Still need this if type hinting gr.Request
|
3 |
|
4 |
def get_url_user_token(request: gr.Request):
|