bigghuggs commited on
Commit
1bbbbc7
·
verified ·
1 Parent(s): f6f48ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1792,7 +1792,7 @@ def selectScript(evt: gr.SelectData, seshid):
1792
  except:
1793
  data_dict = {}
1794
 
1795
- print('selectScript: ', format, time.time()-start, responses)
1796
  #return sesh.scripts[script]
1797
  return 'Script being generated. Try again in 30 seconds.' if not data_dict or 'text' not in data_dict else data_dict['text']
1798
 
 
1792
  except:
1793
  data_dict = {}
1794
 
1795
+ print('selectScript: ', format, sesh.frmt_id_maps[sesh.current_img_signature][format], time.time()-start, responses)
1796
  #return sesh.scripts[script]
1797
  return 'Script being generated. Try again in 30 seconds.' if not data_dict or 'text' not in data_dict else data_dict['text']
1798