Update app.py
Browse files
app.py
CHANGED
@@ -62,11 +62,11 @@ with gr.Blocks(theme=gr.themes.Default()) as demo:
|
|
62 |
|
63 |
# Examples μ μ (8κ° νλ μμλλ‘)
|
64 |
examples = [
|
65 |
-
["Discord", "5865F2", "", "", "discord", "white", "for-the-badge", "https://discord.gg/openfreeai"],
|
66 |
-
["X.com", "000000", "", "", "X", "white", "for-the-badge", "https://x.com/openfree_ai"],
|
67 |
-
["Collections", "", "", "", "huggingface", "black", "for-the-badge", "https://huggingface.co/collections/VIDraft/best-open-ai-services-68057e6e312880ea92abaf4c"],
|
68 |
-
["GitHub", "", "", "", "github", "white", "for-the-badge", "https://github.com/
|
69 |
-
["YouTube", "", "#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", "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(
|