rmayormartins commited on
Commit
eae3023
·
1 Parent(s): cd60cf1
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +2 -2
README.md CHANGED
@@ -9,7 +9,7 @@ app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- # Multi-Agent IA System
13
  Um sistema interativo de múltiplos agentes de IA que trabalham em conjunto para análise de texto, classificação de imagens e perguntas e respostas.
14
 
15
  ## Como Usar
 
9
  pinned: false
10
  ---
11
 
12
+ # Multi-Agent AI Committee
13
  Um sistema interativo de múltiplos agentes de IA que trabalham em conjunto para análise de texto, classificação de imagens e perguntas e respostas.
14
 
15
  ## Como Usar
app.py CHANGED
@@ -215,8 +215,8 @@ agents = load_agents()
215
  print("Sistema pronto!")
216
 
217
  # Interface Gradio
218
- with gr.Blocks(title="Sistema Multi-Agentes de IA") as demo:
219
- gr.Markdown("# 🤖 Sistema Multi-Agentes de IA")
220
  gr.Markdown("""
221
  <p>Ramon Mayor Martins: <a href="https://rmayormartins.github.io/" target="_blank">Website</a> | <a href="https://huggingface.co/rmayormartins" target="_blank">Spaces</a> | <a href="https://github.com/rmayormartins" target="_blank">Github</a></p>
222
  """)
 
215
  print("Sistema pronto!")
216
 
217
  # Interface Gradio
218
+ with gr.Blocks(title="Multi-Agent AI Committee") as demo:
219
+ gr.Markdown("# 🤖 Multi-Agent AI Committee")
220
  gr.Markdown("""
221
  <p>Ramon Mayor Martins: <a href="https://rmayormartins.github.io/" target="_blank">Website</a> | <a href="https://huggingface.co/rmayormartins" target="_blank">Spaces</a> | <a href="https://github.com/rmayormartins" target="_blank">Github</a></p>
222
  """)