Spaces:
Running
on
Zero
Running
on
Zero
Install in app
Browse files- app.py +6 -0
- requirements.txt +0 -1
app.py
CHANGED
@@ -23,6 +23,12 @@ from gradio_rerun.events import (
|
|
23 |
)
|
24 |
import spaces
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
# Whenever we need a recording, we construct a new recording stream.
|
28 |
# As long as the app and recording IDs remain the same, the data
|
|
|
23 |
)
|
24 |
import spaces
|
25 |
|
26 |
+
import subprocess
|
27 |
+
subprocess.run(
|
28 |
+
"pip install gradio_rerun-0.23.0a2-py3-none-any.whl",
|
29 |
+
shell=True,
|
30 |
+
)
|
31 |
+
|
32 |
|
33 |
# Whenever we need a recording, we construct a new recording stream.
|
34 |
# As long as the app and recording IDs remain the same, the data
|
requirements.txt
CHANGED
@@ -24,7 +24,6 @@ frozenlist==1.5.0
|
|
24 |
fsspec==2025.3.2
|
25 |
gradio==5.25.0
|
26 |
gradio_client==1.8.0
|
27 |
-
gradio_rerun @ file:///home/user/app/gradio_rerun-0.23.0a2-py3-none-any.whl#sha256=582f9615de6f4e464fdbbb70e2281c247fa3d8b9a451ea0e3f9bfa1565d4b687
|
28 |
groovy==0.1.2
|
29 |
h11==0.14.0
|
30 |
hf_transfer==0.1.9
|
|
|
24 |
fsspec==2025.3.2
|
25 |
gradio==5.25.0
|
26 |
gradio_client==1.8.0
|
|
|
27 |
groovy==0.1.2
|
28 |
h11==0.14.0
|
29 |
hf_transfer==0.1.9
|