okeanos commited on
Commit
d1b7b64
β€’
1 Parent(s): a1f2e89
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,6 +118,6 @@ with gr.Blocks(css=css) as myface:
118
  see_prompts.click(text_it1,inputs=[input_text],outputs=magic1)
119
  #see_prompts.click(magic1=get_valid_prompt(pipe(input_text.value, max_length=77)[0]['generated_text']))
120
 
121
-
122
  myface.queue(concurrency_count=200)
123
  myface.launch(inline=True, show_api=False, max_threads=400)
 
118
  see_prompts.click(text_it1,inputs=[input_text],outputs=magic1)
119
  #see_prompts.click(magic1=get_valid_prompt(pipe(input_text.value, max_length=77)[0]['generated_text']))
120
 
121
+
122
  myface.queue(concurrency_count=200)
123
  myface.launch(inline=True, show_api=False, max_threads=400)