Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -933,7 +933,7 @@ footer {
|
|
933 |
"""
|
934 |
def create_demo():
|
935 |
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as demo:
|
936 |
-
gr.Markdown("# Multilingual
|
937 |
gr.Markdown("Supported languages: " + ", ".join(["English"] + sorted(list(TRANSLATORS.keys()))))
|
938 |
|
939 |
with gr.Row():
|
|
|
933 |
"""
|
934 |
def create_demo():
|
935 |
with gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css) as demo:
|
936 |
+
gr.Markdown("# Multilingual FLUXllma(36 languages support")
|
937 |
gr.Markdown("Supported languages: " + ", ".join(["English"] + sorted(list(TRANSLATORS.keys()))))
|
938 |
|
939 |
with gr.Row():
|