Nick088 commited on
Commit
ba5b46d
·
verified ·
1 Parent(s): 572937f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -82,5 +82,4 @@ gr.Interface(
82
  title="SuperPrompt-v1",
83
  description='Make your prompts more detailed! <br> <a href="https://huggingface.co/roborovski/superprompt-v1">Model used</a> <br> <a href="https://brianfitzgerald.xyz/prompt-augmentation/">Model Blog</a> <br> Task Prefix: "Expand the following prompt to add more detail:" is already setted! <br> Hugging Face Space made by [Nick088](https://linktr.ee/Nick088)',
84
  examples=examples,
85
- concurrency_limit=20,
86
- ).launch(show_api=False)
 
82
  title="SuperPrompt-v1",
83
  description='Make your prompts more detailed! <br> <a href="https://huggingface.co/roborovski/superprompt-v1">Model used</a> <br> <a href="https://brianfitzgerald.xyz/prompt-augmentation/">Model Blog</a> <br> Task Prefix: "Expand the following prompt to add more detail:" is already setted! <br> Hugging Face Space made by [Nick088](https://linktr.ee/Nick088)',
84
  examples=examples,
85
+ ).launch(show_api=False, share=True)