Spaces:
Running
Running
Update app.py
Browse files
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
|