vavagao commited on
Commit
cc3fec7
·
verified ·
1 Parent(s): b12a861

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -68,6 +68,8 @@ with gr.Blocks(css=css) as demo:
68
  with gr.Column(elem_id="col-container"):
69
  gr.Markdown(" # Text-to-Image Gradio Template")
70
 
 
 
71
  with gr.Row():
72
  prompt = gr.Text(
73
  label="Prompt",
 
68
  with gr.Column(elem_id="col-container"):
69
  gr.Markdown(" # Text-to-Image Gradio Template")
70
 
71
+ gr.Markdown("[RedNote Website](https://www.rednote.us/)") # 添加这一行
72
+
73
  with gr.Row():
74
  prompt = gr.Text(
75
  label="Prompt",