youngtsai commited on
Commit
e3633b7
·
1 Parent(s): f890e74

print(dict(gr.Request().request.query_params))

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -924,6 +924,6 @@ if TRANSCRIPTS: # 确保列表不为空
924
 
925
 
926
 
927
- print(dict(gr.Request.query_params))
928
 
929
  demo.launch(allowed_paths=["videos"])
 
924
 
925
 
926
 
927
+ print(dict(gr.Request().request.query_params))
928
 
929
  demo.launch(allowed_paths=["videos"])