Spaces:
Sleeping
Sleeping
nishantguvvada
commited on
Commit
•
da868a5
1
Parent(s):
130dec1
Update app.py
Browse files
app.py
CHANGED
@@ -48,6 +48,6 @@ def on_click():
|
|
48 |
if file is None:
|
49 |
st.text("Please upload an image file")
|
50 |
else:
|
51 |
-
predict_step(
|
52 |
|
53 |
st.button('Generate', on_click=on_click)
|
|
|
48 |
if file is None:
|
49 |
st.text("Please upload an image file")
|
50 |
else:
|
51 |
+
predict_step(file)
|
52 |
|
53 |
st.button('Generate', on_click=on_click)
|