Spaces:
Runtime error
Runtime error
first instance
Browse files- .gitignore +1 -0
- README.md +1 -1
- app.py +0 -0
- requirements.txt +8 -0
- steps.txt +2 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
venv/
|
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: Smart Reader
|
3 |
-
emoji:
|
4 |
colorFrom: gray
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
|
|
1 |
---
|
2 |
title: Smart Reader
|
3 |
+
emoji: π
|
4 |
colorFrom: gray
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
app.py
ADDED
File without changes
|
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
spaces
|
2 |
+
transformers
|
3 |
+
openai
|
4 |
+
gradio
|
5 |
+
torch
|
6 |
+
numpy
|
7 |
+
TTS
|
8 |
+
accelerate
|
steps.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
> Add a LLM with a multimodal to understand images and text in order to pass the base prompt with instructions to model to make a reformated
|
2 |
+
version of the original prompt to pass it to the text-to-speech
|