Spaces:
Runtime error
Runtime error
jaifar530 commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -149,7 +149,7 @@ with st.expander("How does the system work?"):
|
|
| 149 |
""")
|
| 150 |
|
| 151 |
# Fetch the image from the URL
|
| 152 |
-
accuracy_image_request = requests.get("https://jaifar.net/best_accuracy.png", headers=headers)
|
| 153 |
|
| 154 |
# Save the downloaded content
|
| 155 |
image_path = "best_accuracy.png"
|
|
|
|
| 149 |
""")
|
| 150 |
|
| 151 |
# Fetch the image from the URL
|
| 152 |
+
accuracy_image_request = requests.get("https://jaifar.net/ADS/best_accuracy.png", headers=headers)
|
| 153 |
|
| 154 |
# Save the downloaded content
|
| 155 |
image_path = "best_accuracy.png"
|