jbilcke-hf HF staff commited on
Commit
171a390
·
1 Parent(s): 498ebf4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def sample(
38
  decoding_t: int = 3, # Number of frames decoded at a time! This eats most VRAM. Reduce if necessary.
39
  device: str = "cuda",
40
  output_folder: str = "outputs",
41
- secret_token: string = "",
42
  ):
43
  if secret_token != SECRET_TOKEN:
44
  raise gr.Error(
 
38
  decoding_t: int = 3, # Number of frames decoded at a time! This eats most VRAM. Reduce if necessary.
39
  device: str = "cuda",
40
  output_folder: str = "outputs",
41
+ secret_token: str = "",
42
  ):
43
  if secret_token != SECRET_TOKEN:
44
  raise gr.Error(