noumanjavaid commited on
Commit
2a5fb89
·
verified ·
1 Parent(s): cd03e33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -115,6 +115,7 @@ import requests
115
  import base64
116
  from PIL import Image
117
  import io
 
118
 
119
  def process_image(image):
120
  """Process the uploaded image using NVIDIA's AI detection API"""
 
115
  import base64
116
  from PIL import Image
117
  import io
118
+ import os
119
 
120
  def process_image(image):
121
  """Process the uploaded image using NVIDIA's AI detection API"""