fantos commited on
Commit
9222eff
Β·
verified Β·
1 Parent(s): 5791ca1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -62,11 +62,14 @@ with gr.Blocks(theme=gr.themes.Default()) as demo:
62
 
63
  # Examples μ •μ˜ (8개 ν•„λ“œ μˆœμ„œλŒ€λ‘œ)
64
  examples = [
65
- ["Discord", "5865F2", "OpenFree AI", "", "discord", "white", "for-the-badge", "https://discord.gg/openfreeai"],
66
- ["X.com", "000000", "OpenFree AI", "", "X", "white", "for-the-badge", "https://x.com/openfree_ai"],
67
  ["Collections", "OpenFree AI", "", "", "huggingface", "black", "for-the-badge", "https://huggingface.co/collections/VIDraft/best-open-ai-services-68057e6e312880ea92abaf4c"],
68
  ["GitHub", "OpenFree AI", "", "", "github", "white", "for-the-badge", "https://github.com/openrunai"],
69
- ["YouTube", "AI TechTree", "#FF0000", "", "youtube", "white", "for-the-badge", "https://www.youtube.com/@AITechTree"],
 
 
 
70
  ]
71
  gr.HTML("<h3 style='text-align:center; margin-top:20px;'>✨ Examples (ν΄λ¦­ν•˜λ©΄ μžλ™ μž…λ ₯)</h3>")
72
  gr.Examples(
 
62
 
63
  # Examples μ •μ˜ (8개 ν•„λ“œ μˆœμ„œλŒ€λ‘œ)
64
  examples = [
65
+ ["Discord", "OpenFree AI", "OpenFree AI", "", "discord", "white", "for-the-badge", "https://discord.gg/openfreeai"],
66
+ ["X.com", "OpenFree AI", "OpenFree AI", "", "X", "white", "for-the-badge", "https://x.com/openfree_ai"],
67
  ["Collections", "OpenFree AI", "", "", "huggingface", "black", "for-the-badge", "https://huggingface.co/collections/VIDraft/best-open-ai-services-68057e6e312880ea92abaf4c"],
68
  ["GitHub", "OpenFree AI", "", "", "github", "white", "for-the-badge", "https://github.com/openrunai"],
69
+ ["YouTube", "λ‚˜μ˜ 유튜브 채널", "#FF0000", "", "youtube", "white", "for-the-badge", "https://www.youtube.com/@AITechTree"],
70
+ ["Facebook", "OpenFree AI", "", "", "Facebook", "black", "for-the-badge", "https://www.facebook.com/profile.php?id=61575353674679"],
71
+ ["Instagram", "OpenFree AI", "", "", "Instagram", "white", "for-the-badge", "https://www.instagram.com/openfree_ai/"],
72
+ ["Threads", "δ½ ε₯½", "#FF0000", "", "Threads", "white", "for-the-badge", "https://www.threads.net/@openfree_ai"],
73
  ]
74
  gr.HTML("<h3 style='text-align:center; margin-top:20px;'>✨ Examples (ν΄λ¦­ν•˜λ©΄ μžλ™ μž…λ ₯)</h3>")
75
  gr.Examples(