merve HF staff commited on
Commit
1f01b31
1 Parent(s): d443a93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def get_images(prompt):
11
  return sd_output, gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
12
 
13
  def get_prompts(prompt_text):
14
- return text_gen(prompt_text, fn_index=1)[0]
15
 
16
  css = '''
17
  .animate-spin {
 
11
  return sd_output, gr.update(visible=True), gr.update(visible=True), gr.update(visible=True)
12
 
13
  def get_prompts(prompt_text):
14
+ return text_gen(prompt_text)[0]
15
 
16
  css = '''
17
  .animate-spin {