Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -45,6 +45,7 @@ KnowFlow automates the process of converting lecture documents (PDF, DOCX) into
|
|
45 |
4οΈβ£ **Download the final video** for review or sharing.
|
46 |
|
47 |
π Fully open-source and free to use!
|
|
|
48 |
""")
|
49 |
# Upload file PDF
|
50 |
uploaded_file = st.file_uploader("π Upload your document (PDF)", type=["pdf","docx"])
|
|
|
45 |
4οΈβ£ **Download the final video** for review or sharing.
|
46 |
|
47 |
π Fully open-source and free to use!
|
48 |
+
If you find it's slow, then another person must be using the GPU. Pleas wait!!
|
49 |
""")
|
50 |
# Upload file PDF
|
51 |
uploaded_file = st.file_uploader("π Upload your document (PDF)", type=["pdf","docx"])
|