ojoel98 commited on
Commit
99c7b67
·
verified ·
1 Parent(s): a8aa54e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from keras.layers import TextVectorization
12
  from gtts import gTTS
13
 
14
  #Procesamiento de las imágenes
15
- IMAGES_PATH = "/content/gdrive/MyDrive/Data 2"
16
  IMAGE_SIZE = (500,500)
17
  VOCAB_SIZE = 700
18
  SEQ_LENGTH = 400
 
12
  from gtts import gTTS
13
 
14
  #Procesamiento de las imágenes
15
+ IMAGES_PATH = "https://huggingface.co/spaces/ojoel98/App2/tree/main/training%20data"
16
  IMAGE_SIZE = (500,500)
17
  VOCAB_SIZE = 700
18
  SEQ_LENGTH = 400