Spaces:
Running
Running
Upload folder using huggingface_hub
Browse files- app_langloc.py +1 -3
- assets/demo.jpeg +2 -2
app_langloc.py
CHANGED
@@ -31,10 +31,8 @@ title = """
|
|
31 |
</center>
|
32 |
"""
|
33 |
|
34 |
-
css = """.my-group {max-width: 600px !important; max-height: 600px !important;}
|
35 |
-
.my-column {display: flex !important; justify-content: center !important; align-items: center !important;}"""
|
36 |
|
37 |
-
with gr.Blocks(
|
38 |
gr.HTML(title)
|
39 |
|
40 |
with gr.Row():
|
|
|
31 |
</center>
|
32 |
"""
|
33 |
|
|
|
|
|
34 |
|
35 |
+
with gr.Blocks() as demo:
|
36 |
gr.HTML(title)
|
37 |
|
38 |
with gr.Row():
|
assets/demo.jpeg
CHANGED
Git LFS Details
|
Git LFS Details
|