Spaces:
Running
Running
Upload config_colab.yaml
Browse files- config_colab.yaml +14 -0
config_colab.yaml
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
clear_output: true
|
| 2 |
+
force_cpu: false
|
| 3 |
+
max_threads: 3
|
| 4 |
+
memory_limit: 0
|
| 5 |
+
output_image_format: png
|
| 6 |
+
output_template: '{file}_{time}'
|
| 7 |
+
output_video_codec: libx264
|
| 8 |
+
output_video_format: mp4
|
| 9 |
+
provider: cuda
|
| 10 |
+
selected_theme: Default
|
| 11 |
+
server_name: ''
|
| 12 |
+
server_port: 0
|
| 13 |
+
server_share: true
|
| 14 |
+
video_quality: 14
|