Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
117 |
|
118 |
# Disclaimer with glow
|
119 |
gr.Markdown(
|
120 |
-
"<div class='disclaimer'>This is a side project. Results are not guaranteed. No images are stored
|
121 |
)
|
122 |
|
123 |
if __name__ == "__main__":
|
|
|
117 |
|
118 |
# Disclaimer with glow
|
119 |
gr.Markdown(
|
120 |
+
"<div class='disclaimer'>This is a side project. Results are not guaranteed. No images are stored.For more info, pls check readme file</div>"
|
121 |
)
|
122 |
|
123 |
if __name__ == "__main__":
|