sowbaranika13 commited on
Commit
1c07ac6
1 Parent(s): 505fe8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ from tensorflow.keras.preprocessing.image import img_to_array
6
  import numpy as np
7
  from PIL import Image
8
  import os
 
9
 
10
  # Load your model and tokenizer
11
  labels = {
 
6
  import numpy as np
7
  from PIL import Image
8
  import os
9
+ import requests
10
 
11
  # Load your model and tokenizer
12
  labels = {