Thenujan commited on
Commit
722b0b1
·
1 Parent(s): b8efbfd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def main():
77
 
78
  client = Client("https://thenujan-vpr-deploy.hf.space/")
79
  result = client.predict(
80
- "https://raw.githubusercontent.com/gradio-app/gradio/main/test/test_files/bus.png", # str (filepath or URL to image) in 'image' Image component
81
  api_name="/predict"
82
  )
83
 
 
77
 
78
  client = Client("https://thenujan-vpr-deploy.hf.space/")
79
  result = client.predict(
80
+ temp_image_path, # str (filepath or URL to image) in 'image' Image component
81
  api_name="/predict"
82
  )
83