Spaces:
Sleeping
Sleeping
Install ghostloop from GitHub until PyPI is live
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,2 +1,4 @@
|
|
| 1 |
gradio>=4.44
|
| 2 |
-
ghostloop
|
|
|
|
|
|
|
|
|
| 1 |
gradio>=4.44
|
| 2 |
+
# Install ghostloop directly from the GitHub release tag.
|
| 3 |
+
# Once `pip install ghostloop` is on PyPI we'll swap this for `ghostloop>=1.0.1`.
|
| 4 |
+
ghostloop @ git+https://github.com/joemunene-by/ghostloop.git@main
|