Update app.py
Browse files
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 |
-
|
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)
|
|