BigSalmon commited on
Commit
564def6
·
1 Parent(s): 2716fd5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ if st.button("Run"):
88
  num_return_sequences = int(num_return_sequences),
89
  top_k=int(top_k),
90
  top_p=float(top_p))
91
- print("result:", result)
92
  if "error" in result:
93
  if type(result["error"]) is str:
94
  st.write(f'{result["error"]}. Please try it again in about {result["estimated_time"]:.0f} seconds')
 
88
  num_return_sequences = int(num_return_sequences),
89
  top_k=int(top_k),
90
  top_p=float(top_p))
91
+ st.write(result)
92
  if "error" in result:
93
  if type(result["error"]) is str:
94
  st.write(f'{result["error"]}. Please try it again in about {result["estimated_time"]:.0f} seconds')