alex commited on
Commit
b1f9170
·
1 Parent(s): cc36ab2

folder fixed

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -8,6 +8,7 @@ snapshot_download(
8
  repo_id = "alexnasa/outofsync",
9
  local_dir = "./outofsync"
10
  )
 
11
  sh("cd outofsync && pip install . && cd ..")
12
  sh("pip uninstall onnxruntime onnxruntime-gpu -y && pip install onnxruntime-gpu")
13
 
@@ -1082,25 +1083,25 @@ with gr.Blocks(css=css) as demo:
1082
  cached_examples = gr.Examples(
1083
  examples=[
1084
  [
1085
- "alica-por-2.mp4",
1086
  True,
1087
  10
1088
  ],
1089
 
1090
  [
1091
- "ana-es.mp4",
1092
  True,
1093
  10
1094
  ],
1095
 
1096
  [
1097
- "elena-es.mp4",
1098
  True,
1099
  10
1100
  ],
1101
 
1102
  [
1103
- "monica-ita.mp4",
1104
  True,
1105
  10
1106
  ],
 
8
  repo_id = "alexnasa/outofsync",
9
  local_dir = "./outofsync"
10
  )
11
+
12
  sh("cd outofsync && pip install . && cd ..")
13
  sh("pip uninstall onnxruntime onnxruntime-gpu -y && pip install onnxruntime-gpu")
14
 
 
1083
  cached_examples = gr.Examples(
1084
  examples=[
1085
  [
1086
+ "assets/alica-por-2.mp4",
1087
  True,
1088
  10
1089
  ],
1090
 
1091
  [
1092
+ "assets/ana-es.mp4",
1093
  True,
1094
  10
1095
  ],
1096
 
1097
  [
1098
+ "assets/elena-es.mp4",
1099
  True,
1100
  10
1101
  ],
1102
 
1103
  [
1104
+ "assets/monica-ita.mp4",
1105
  True,
1106
  10
1107
  ],