Kukedlc commited on
Commit
803a159
1 Parent(s): b478c35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -72,8 +72,7 @@ def cleanup_server():
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
 
79
  # Añadir un paso de limpieza antes de cerrar la aplicación
 
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
  )
77
 
78
  # Añadir un paso de limpieza antes de cerrar la aplicación