update debugging noticec
Browse files
app.py
CHANGED
@@ -55,6 +55,7 @@ if __name__ == "__main__":
|
|
55 |
with gr.Column(elem_id="col-container"):
|
56 |
# Title and abstract
|
57 |
gr.Markdown("# Single Layer Unlearning Gradient")
|
|
|
58 |
gr.Markdown("### Abstract")
|
59 |
gr.Markdown("""
|
60 |
The unauthorized generation of privacy-related and copyright-infringing
|
|
|
55 |
with gr.Column(elem_id="col-container"):
|
56 |
# Title and abstract
|
57 |
gr.Markdown("# Single Layer Unlearning Gradient")
|
58 |
+
gr.Markdown('<b><span style="color:red"> Notice: this demo is currently under debugging, complete features will be coming soon.</span></b>')
|
59 |
gr.Markdown("### Abstract")
|
60 |
gr.Markdown("""
|
61 |
The unauthorized generation of privacy-related and copyright-infringing
|