cwhuh commited on
Commit
c16a8c1
·
1 Parent(s): 608d040

add : feedback url

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ with gr.Blocks(css=css, theme="soft") as demo:
111
 
112
  with gr.Column(elem_id="col-container"):
113
  gr.Markdown(f"""# 🐔 [POSTECH] PONIX Generator
114
- **[[Github](https://github.com/posplexity/ponix-generator)]**
115
  [based on FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)
116
  """)
117
 
 
111
 
112
  with gr.Column(elem_id="col-container"):
113
  gr.Markdown(f"""# 🐔 [POSTECH] PONIX Generator
114
+ **[[Github](https://github.com/posplexity/ponix-generator)]** **[[피드백](https://docs.google.com/forms/d/1BccziUtYGF0ToTjZ8PmxZExJJgzpErCuWmrm6ui0COc/edit)]**
115
  [based on FLUX.1-dev](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md)
116
  """)
117