Spaces:
Running
Running
Commit
·
2b696cd
1
Parent(s):
a236b79
Update app.py
Browse files
app.py
CHANGED
@@ -167,6 +167,6 @@ with gr.Blocks(css=css) as demo:
|
|
167 |
|
168 |
text_button.click(generate_txt2img, inputs=[current_model, text_prompt, negative_prompt, image_style], outputs=image_output)
|
169 |
|
170 |
-
gr.Footer("Powered by ngoctuanai", outbound_link="")
|
171 |
|
172 |
demo.launch()
|
|
|
167 |
|
168 |
text_button.click(generate_txt2img, inputs=[current_model, text_prompt, negative_prompt, image_style], outputs=image_output)
|
169 |
|
170 |
+
gr.Footer("Powered by ngoctuanai", outbound_link="https://ngoctuanai-aidiffusion.hf.space")
|
171 |
|
172 |
demo.launch()
|