svjack commited on
Commit
2511d7a
·
1 Parent(s): 9b048bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("custom.css") as demo:
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():