Update app.py
Browse files
app.py
CHANGED
@@ -62,11 +62,14 @@ with gr.Blocks(theme=gr.themes.Default()) as demo:
|
|
62 |
|
63 |
# Examples μ μ (8κ° νλ μμλλ‘)
|
64 |
examples = [
|
65 |
-
["Discord", "
|
66 |
-
["X.com", "
|
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", "
|
|
|
|
|
|
|
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(
|