Commit
·
454404f
1
Parent(s):
4ab92f6
update req
Browse files- app.py +1 -1
- requirements.txt +2 -1
app.py
CHANGED
|
@@ -95,6 +95,6 @@ iface = gr.Interface(
|
|
| 95 |
],
|
| 96 |
|
| 97 |
title = 'Next-Frame Video Prediction with Convolutional LSTMs',
|
| 98 |
-
description = "This app is an unofficial demo web app of the Next-Frame Video Prediction with Convolutional LSTMs by Keras.",
|
| 99 |
examples = samples,
|
| 100 |
).launch(enable_queue=True, cache_examples=True)
|
|
|
|
| 95 |
],
|
| 96 |
|
| 97 |
title = 'Next-Frame Video Prediction with Convolutional LSTMs',
|
| 98 |
+
# description = "This app is an unofficial demo web app of the Next-Frame Video Prediction with Convolutional LSTMs by Keras.",
|
| 99 |
examples = samples,
|
| 100 |
).launch(enable_queue=True, cache_examples=True)
|
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
imageio
|
| 2 |
opencv-python-headless
|
| 3 |
moviepy
|
| 4 |
-
scikit-image
|
|
|
|
|
|
| 1 |
imageio
|
| 2 |
opencv-python-headless
|
| 3 |
moviepy
|
| 4 |
+
scikit-image
|
| 5 |
+
tensorflow
|