Spaces:
Running
on
T4
Running
on
T4
Maitreyapatel
commited on
Commit
·
5870432
1
Parent(s):
537c1bb
typo
Browse files
app.py
CHANGED
@@ -139,12 +139,6 @@ with gr.Blocks() as demo:
|
|
139 |
"""<h1 style="text-align: center;"><b>WOUAF:
|
140 |
Weight Modulation for User Attribution and Fingerprinting in Text-to-Image Diffusion Models</b> <br> <a href="https://wouaf.vercel.app">Project Page</a></h1>""")
|
141 |
|
142 |
-
gr.Markdown(
|
143 |
-
"""<h3>Demo: Text-to-Image (Stable diffusion 2) with random user attribution</h3>
|
144 |
-
<br>More details at: <a href="https://arxiv.org/abs/2306.04744">Paper</a>
|
145 |
-
"""
|
146 |
-
)
|
147 |
-
|
148 |
with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):
|
149 |
with gr.Column():
|
150 |
text = gr.Textbox(
|
|
|
139 |
"""<h1 style="text-align: center;"><b>WOUAF:
|
140 |
Weight Modulation for User Attribution and Fingerprinting in Text-to-Image Diffusion Models</b> <br> <a href="https://wouaf.vercel.app">Project Page</a></h1>""")
|
141 |
|
|
|
|
|
|
|
|
|
|
|
|
|
142 |
with gr.Row(elem_id="prompt-container").style(mobile_collapse=False, equal_height=True):
|
143 |
with gr.Column():
|
144 |
text = gr.Textbox(
|