Spaces:
Running
Running
burtenshaw
commited on
Commit
Β·
aa0dd71
1
Parent(s):
f140a78
add config to readme
Browse files
README.md
CHANGED
|
@@ -1,2 +1,14 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: page-to-video
|
| 3 |
+
emoji: π§βπ«
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 5.25.2
|
| 8 |
+
app_file: app/app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# page-to-video
|
| 13 |
+
|
| 14 |
+
A repo for generating educational presentation videos from web pages.
|