Update app.py
Browse files
app.py
CHANGED
|
@@ -77,7 +77,7 @@ def main():
|
|
| 77 |
|
| 78 |
client = Client("https://thenujan-vpr-deploy.hf.space/")
|
| 79 |
result = client.predict(
|
| 80 |
-
|
| 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 |
|