import gradio as gr
with gr.Blocks() as demo:
gr.Markdown(
"""
WOUAF:
Weight Modulation for User Attribution and Fingerprinting in Text-to-Image Diffusion Models
Project Page New Demo
With generous support from Intel, we have transferred the demo to a better and faster GPU.
"""
)
if __name__ == "__main__":
demo.launch()