Project page link updated.
Browse files
app.py
CHANGED
@@ -136,8 +136,7 @@ image_examples = [
|
|
136 |
with gr.Blocks() as demo:
|
137 |
gr.Markdown(
|
138 |
"""<h1 style="text-align: center;"><b>WOUAF:
|
139 |
-
Weight Modulation for User Attribution and Fingerprinting in Text-to-Image Diffusion Models</b> <br> <a href="https://
|
140 |
-
-Models/">Project Page</a></h1>""")
|
141 |
|
142 |
gr.Markdown(
|
143 |
"""<h3>Demo: Text-to-Image (Stable diffusion 2) with random user attribution</h3>
|
|
|
136 |
with gr.Blocks() as demo:
|
137 |
gr.Markdown(
|
138 |
"""<h1 style="text-align: center;"><b>WOUAF:
|
139 |
+
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>""")
|
|
|
140 |
|
141 |
gr.Markdown(
|
142 |
"""<h3>Demo: Text-to-Image (Stable diffusion 2) with random user attribution</h3>
|