Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -276,7 +276,7 @@ Generate artistic videos using VQGAN-CLIP. Enter your prompts separated by comma
|
|
276 |
Note: This application requires GPU access. Please either:
|
277 |
1. Use the Colab notebook available at https://github.com/SanshruthR/VQGAN-CLIP
|
278 |
2. Clone this space and enable GPU in your personal copy.
|
279 |
-
"""
|
280 |
|
281 |
|
282 |
if __name__ == "__main__":
|
|
|
276 |
Note: This application requires GPU access. Please either:
|
277 |
1. Use the Colab notebook available at https://github.com/SanshruthR/VQGAN-CLIP
|
278 |
2. Clone this space and enable GPU in your personal copy.
|
279 |
+
""")
|
280 |
|
281 |
|
282 |
if __name__ == "__main__":
|