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