Spaces:
Runtime error
Runtime error
Commit
·
23eb576
1
Parent(s):
a17487d
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,11 @@
|
|
| 1 |
|
| 2 |
import gradio as gr
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
markdown=f'''
|
| 5 |
#
|
| 6 |
### Use prompt "trp" or "trp person" or "trp person putin" in your prompt.
|
|
@@ -14,9 +19,3 @@ This model was fine-tuned on numerous distinct variants of the classic "queer Pu
|
|
| 14 |
|
| 15 |
gr.Interface.load("models/AlekseyCalvin/Make_Putin_Queer_Please").launch()
|
| 16 |
|
| 17 |
-
<p>
|
| 18 |
-
Interface for <a href="https://huggingface.co/AlekseyCalvin/Make_Putin_Queer_Please">Make Putin Queer, Please</a> Stable Diffusion model.<br>
|
| 19 |
-
Add the following tokens to your prompts for the model to work properly: "trp person" or just <b>trp</b>.
|
| 20 |
-
</p>
|
| 21 |
-
|
| 22 |
-
|
|
|
|
| 1 |
|
| 2 |
import gradio as gr
|
| 3 |
+
|
| 4 |
+
<p>
|
| 5 |
+
Interface for <a href="https://huggingface.co/AlekseyCalvin/Make_Putin_Queer_Please">Make Putin Queer, Please</a> Stable Diffusion model.<br>
|
| 6 |
+
Add the following tokens to your prompts for the model to work properly: "trp person" or just <b>trp</b>.
|
| 7 |
+
</p>
|
| 8 |
+
|
| 9 |
markdown=f'''
|
| 10 |
#
|
| 11 |
### Use prompt "trp" or "trp person" or "trp person putin" in your prompt.
|
|
|
|
| 19 |
|
| 20 |
gr.Interface.load("models/AlekseyCalvin/Make_Putin_Queer_Please").launch()
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|