Spaces:
Sleeping
Sleeping
Update prediction.py
Browse files- prediction.py +1 -3
prediction.py
CHANGED
@@ -187,6 +187,4 @@ def show():
|
|
187 |
except Exception as e:
|
188 |
st.error(f"Prediction failed: {e}")
|
189 |
|
190 |
-
|
191 |
-
if __name__ == "__main__":
|
192 |
-
show()
|
|
|
187 |
except Exception as e:
|
188 |
st.error(f"Prediction failed: {e}")
|
189 |
|
190 |
+
|
|
|
|