MaziyarPanahi commited on
Commit
6b22bf5
1 Parent(s): 25f188a

new update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ with gr.Blocks() as demo:
129
  503,
130
  504,
131
  ], # A set of HTTP status codes that we should force a retry on
132
- method_whitelist=[
133
  "HEAD",
134
  "GET",
135
  "OPTIONS",
 
129
  503,
130
  504,
131
  ], # A set of HTTP status codes that we should force a retry on
132
+ allowed_methods=[
133
  "HEAD",
134
  "GET",
135
  "OPTIONS",