Spaces:
Running
Running
itacaiunas
commited on
Commit
•
01d8a24
1
Parent(s):
f4597d6
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ from huggingface_hub import InferenceClient
|
|
2 |
import gradio as gr
|
3 |
import random
|
4 |
|
5 |
-
client = InferenceClient("google/gemma-
|
6 |
|
7 |
def format_prompt(message, history):
|
8 |
prompt = "Você é um assistente litarário personalizado para gerar respostas sobre assuntos relacionados a produção e correção textual no idioma português do Brasil. Seu nome é LuChat IA."
|
@@ -100,7 +100,7 @@ iface = gr.ChatInterface(fn=generate,
|
|
100 |
)
|
101 |
|
102 |
with gr.Blocks() as demo:
|
103 |
-
gr.HTML("<center><h2 style='font-size:
|
104 |
iface.render()
|
105 |
|
106 |
demo.queue().launch(show_api=False)
|
|
|
2 |
import gradio as gr
|
3 |
import random
|
4 |
|
5 |
+
client = InferenceClient("google/gemma-2b-it")
|
6 |
|
7 |
def format_prompt(message, history):
|
8 |
prompt = "Você é um assistente litarário personalizado para gerar respostas sobre assuntos relacionados a produção e correção textual no idioma português do Brasil. Seu nome é LuChat IA."
|
|
|
100 |
)
|
101 |
|
102 |
with gr.Blocks() as demo:
|
103 |
+
gr.HTML("<center><h2 style='font-size: 22px; text-align: center; color: #007BFF;'>LuChat IA</h2><p><b>Tire suas dúvidas, peça sugestões para melhorias no seu texto e muito mais!</b></p></center>")
|
104 |
iface.render()
|
105 |
|
106 |
demo.queue().launch(show_api=False)
|