thbndi commited on
Commit
451c004
·
verified ·
1 Parent(s): 3ec3248

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -91,7 +91,8 @@ def _resolve_username(profile, oauth_token, hf_token):
91
  def generate(window_size, overlap, normalize, include_baselines,
92
  include_familiarization, hf_token="",
93
  profile: gr.OAuthProfile | None = None,
94
- oauth_token: gr.OAuthToken | None = None):
 
95
  """Run the pipeline with the chosen parameters and return a parquet file.
96
 
97
  ``hf_token`` is the 6th API input: headless callers pass their HF token so
 
91
  def generate(window_size, overlap, normalize, include_baselines,
92
  include_familiarization, hf_token="",
93
  profile: gr.OAuthProfile | None = None,
94
+ oauth_token: gr.OAuthToken | None = None,
95
+ progress=gr.Progress(track_tqdm=True)):
96
  """Run the pipeline with the chosen parameters and return a parquet file.
97
 
98
  ``hf_token`` is the 6th API input: headless callers pass their HF token so