Spaces:
Running
on
Zero
Running
on
Zero
import spaces
Browse files
app.py
CHANGED
@@ -21,6 +21,7 @@ from gradio_rerun.events import (
|
|
21 |
TimelineChange,
|
22 |
TimeUpdate,
|
23 |
)
|
|
|
24 |
|
25 |
|
26 |
# Whenever we need a recording, we construct a new recording stream.
|
|
|
21 |
TimelineChange,
|
22 |
TimeUpdate,
|
23 |
)
|
24 |
+
import spaces
|
25 |
|
26 |
|
27 |
# Whenever we need a recording, we construct a new recording stream.
|