aiqtech commited on
Commit
b2a168d
·
verified ·
1 Parent(s): 3c82b73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -0
app.py CHANGED
@@ -110,6 +110,21 @@ examples = [
110
  with gr.Blocks(theme="soft", css=css) as demo:
111
  gr.Markdown("<h1 style='text-align:center'>FLUX GIF Generator</h1>")
112
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
113
  with gr.Column(elem_id="col-container"):
114
  # Prompt row
115
  with gr.Row():
 
110
  with gr.Blocks(theme="soft", css=css) as demo:
111
  gr.Markdown("<h1 style='text-align:center'>FLUX GIF Generator</h1>")
112
 
113
+ gr.HTML(
114
+ """
115
+ <div class='container' style='display:flex; justify-content:center; gap:12px;'>
116
+ <a href="https://huggingface.co/spaces/openfree/Best-AI" target="_blank">
117
+ <img src="https://img.shields.io/static/v1?label=OpenFree&message=BEST%20AI%20Services&color=%230000ff&labelColor=%23000080&logo=huggingface&logoColor=%23ffa500&style=for-the-badge" alt="OpenFree badge">
118
+ </a>
119
+
120
+ <a href="https://discord.gg/openfreeai" target="_blank">
121
+ <img src="https://img.shields.io/static/v1?label=Discord&message=Openfree%20AI&color=%230000ff&labelColor=%23800080&logo=discord&logoColor=white&style=for-the-badge" alt="Discord badge">
122
+ </a>
123
+ </div>
124
+ """
125
+ )
126
+
127
+
128
  with gr.Column(elem_id="col-container"):
129
  # Prompt row
130
  with gr.Row():