oxkitsune commited on
Commit
4b6c0cf
·
1 Parent(s): efa30d5

pick correct tar

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ import uuid
14
  import subprocess
15
 
16
  subprocess.run(
17
- "pip install gradio_rerun-0.23.0-rc.3.tar.gz",
18
  shell=True,
19
  )
20
 
 
14
  import subprocess
15
 
16
  subprocess.run(
17
+ "pip install gradio_rerun-0.23.0rc3.tar.gz",
18
  shell=True,
19
  )
20