Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ def lexica(prompt, limit_size = 128, ratio_size = 256 + 128):
|
|
| 40 |
lex = list(map(lambda x: min_dim_to_size(x, ratio_size)[1], lex))
|
| 41 |
return lex
|
| 42 |
|
| 43 |
-
with gr.Blocks(
|
| 44 |
with gr.Row():
|
| 45 |
with gr.Column():
|
| 46 |
with gr.Row():
|
|
|
|
| 40 |
lex = list(map(lambda x: min_dim_to_size(x, ratio_size)[1], lex))
|
| 41 |
return lex
|
| 42 |
|
| 43 |
+
with gr.Blocks() as demo:
|
| 44 |
with gr.Row():
|
| 45 |
with gr.Column():
|
| 46 |
with gr.Row():
|