Kukedlc commited on
Commit
b478c35
1 Parent(s): b4c9cb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -71,9 +71,8 @@ def cleanup_server():
71
  # Configuración de la interfaz de Gradio
72
  gr_interface = gr.ChatInterface(
73
  fn=response,
74
- title="Mistral-7B-Instruct-v0.2-GGUF Chatbot",
75
  theme='syddharth/gray-minimal',
76
- allow_screenshot=False,
77
  allow_flagging="never",
78
  )
79
 
 
71
  # Configuración de la interfaz de Gradio
72
  gr_interface = gr.ChatInterface(
73
  fn=response,
74
+ title="Mistral-7B-Instruct-v0.2-GGUF Eugenio Schiavoni Chatbot",
75
  theme='syddharth/gray-minimal',
 
76
  allow_flagging="never",
77
  )
78