wellvolks commited on
Commit
6ecf859
·
1 Parent(s): 6cc9816

Alteração no tamanho da imagem llm

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -31,7 +31,8 @@ def call_invoke_queue(category: str, sub_category_input: str, products: str):
31
 
32
  with gr.Blocks(title='MLSalesPitch') as page:
33
 
34
- gr.Image(type='pil', value=os.path.join(os.path.dirname(__file__), "asserts/imgs/llm.png"), elem_id="image_llm").style(height=260, width=300)
 
35
  gr.Markdown(" ")
36
  gr.Markdown("# MLSalesPitch")
37
  gr.Markdown("## Gerar textos persuasivos para ações de Marketing e Vendas")
 
31
 
32
  with gr.Blocks(title='MLSalesPitch') as page:
33
 
34
+ gr.Image(type='pil', value=os.path.join(os.path.dirname(__file__), "asserts/imgs/llm.png"), elem_id="image_llm",
35
+ width=300, height=300)
36
  gr.Markdown(" ")
37
  gr.Markdown("# MLSalesPitch")
38
  gr.Markdown("## Gerar textos persuasivos para ações de Marketing e Vendas")