Jipski commited on
Commit
c17c61f
1 Parent(s): a67d68f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def infer(input_ids, max_length, temperature, top_k, top_p, num_return_sequences
23
  return output_sequences
24
 
25
  def update_showing():
26
- st.session_state.showing = gen
27
 
28
  default_value = "Jetzt tippen!"
29
  #prompts
 
23
  return output_sequences
24
 
25
  def update_showing():
26
+ st.session_state.showing = st.session_state.gen
27
 
28
  default_value = "Jetzt tippen!"
29
  #prompts