Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,4 +20,4 @@ def main():
|
|
| 20 |
max_index = np.argmax(predictions)
|
| 21 |
st.write(f"result (AutoModel) - Label: {max_index}")
|
| 22 |
if __name__ == "__main__":
|
| 23 |
-
main()
|
|
|
|
| 20 |
max_index = np.argmax(predictions)
|
| 21 |
st.write(f"result (AutoModel) - Label: {max_index}")
|
| 22 |
if __name__ == "__main__":
|
| 23 |
+
main()
|