Spaces:
Sleeping
Sleeping
Change title position
Browse files
app.py
CHANGED
@@ -7,8 +7,6 @@ from transformers import pipeline
|
|
7 |
# Model, information and examples ----------------------------------------------
|
8 |
MODEL_NAMES = ["FLOR-1.3B-GL","Cerebras-1.3B-GL"]
|
9 |
markdown_description_gl = """
|
10 |
-
# LLMs en galego / Galician LLMs
|
11 |
-
|
12 |
[*English below*]
|
13 |
|
14 |
Este espazo cont茅n diferentes Grandes Modelos da Linguaxe feitos para o galego desenvolvidos polo [Proxecto N贸s](https://nos.gal/en/proxecto-nos).
|
@@ -117,9 +115,14 @@ def parameters_fewshot_prompt(text):
|
|
117 |
|
118 |
def gradio_app():
|
119 |
with gr.Blocks(theme=fronted_theme) as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
120 |
with gr.Row():
|
121 |
with gr.Column():
|
122 |
-
#gr.HTML('<img src="https://huggingface.co/spaces/proxectonos/README/resolve/main/title-card.png" width="100%" style="border-radius: 0.75rem;">')
|
123 |
gr.Markdown(
|
124 |
"""
|
125 |
## <img src="https://huggingface.co/spaces/proxectonos/README/resolve/main/title-card.png" width="100%" style="border-radius: 0.75rem;">
|
|
|
7 |
# Model, information and examples ----------------------------------------------
|
8 |
MODEL_NAMES = ["FLOR-1.3B-GL","Cerebras-1.3B-GL"]
|
9 |
markdown_description_gl = """
|
|
|
|
|
10 |
[*English below*]
|
11 |
|
12 |
Este espazo cont茅n diferentes Grandes Modelos da Linguaxe feitos para o galego desenvolvidos polo [Proxecto N贸s](https://nos.gal/en/proxecto-nos).
|
|
|
115 |
|
116 |
def gradio_app():
|
117 |
with gr.Blocks(theme=fronted_theme) as demo:
|
118 |
+
with gr.Row():
|
119 |
+
gr.Markdown(
|
120 |
+
"""
|
121 |
+
## Grandes Modelos da Linguaxe en galego / Galician Language Models
|
122 |
+
"""
|
123 |
+
)
|
124 |
with gr.Row():
|
125 |
with gr.Column():
|
|
|
126 |
gr.Markdown(
|
127 |
"""
|
128 |
## <img src="https://huggingface.co/spaces/proxectonos/README/resolve/main/title-card.png" width="100%" style="border-radius: 0.75rem;">
|