Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,7 +104,7 @@ iface = gr.ChatInterface(
|
|
| 104 |
)
|
| 105 |
|
| 106 |
with gr.Blocks() as demo:
|
| 107 |
-
gr.HTML("<center><h2 style='font-size: 22px; text-align: center; color: #007BFF;'>ChatGEO IA</h2><p><b>Tire suas dúvidas, peça sugestões sobre os assuntos da Geografia. Usamos o modelo de IA Mistral-7B-Instruct-v0.3.
|
| 108 |
iface.render()
|
| 109 |
|
| 110 |
demo.queue().launch(show_api=False)
|
|
|
|
| 104 |
)
|
| 105 |
|
| 106 |
with gr.Blocks() as demo:
|
| 107 |
+
gr.HTML("<center><h2 style='font-size: 22px; text-align: center; color: #007BFF;'>ChatGEO IA</h2><p><b>Tire suas dúvidas, peça sugestões sobre os assuntos da Geografia. Usamos o modelo de IA Mistral-7B-Instruct-v0.3.</b></p></center>")
|
| 108 |
iface.render()
|
| 109 |
|
| 110 |
demo.queue().launch(show_api=False)
|