german354a commited on
Commit
df52880
verified
1 Parent(s): 247f2f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -68,11 +68,11 @@ body {
68
  box-shadow:0 0 12px 12px solid grey;
69
  }
70
  """
71
- iface = gr.Interface( fn=0,inputs=" ", outputs=" ",title="馃馃挰 ELISA I MODELO DE INTELIGENCIA ARTIFICIAL PROF: GERARDO", # Modificar como quieras
72
  description="Esta aplicaci贸n es un chatbot impulsado por LLM creado utilizando HugChat. 馃挕",
73
  article="Creado con 馃枻 por AREA DE INFORMATICA COLEGIO VILLA ELISA IED",
74
  )
75
- iface.launch(share=True, debug=True) # Si el problema se soluciona cambiar share a True para compartir URL (probar en unos d铆as)
76
  # Create a Gradio chat interface with custom CSS
77
  demo = gr.ChatInterface(
78
  fn=respond,
 
68
  box-shadow:0 0 12px 12px solid grey;
69
  }
70
  """
71
+ iface = gr.Interface( fn=0,inputs=[], outputs= [] ,title= 馃馃挰 ELISA I MODELO DE INTELIGENCIA ARTIFICIAL PROF: GERARDO", # Modificar como quieras
72
  description="Esta aplicaci贸n es un chatbot impulsado por LLM creado utilizando HugChat. 馃挕",
73
  article="Creado con 馃枻 por AREA DE INFORMATICA COLEGIO VILLA ELISA IED",
74
  )
75
+ iface.launch(share=False, debug=True) # Si el problema se soluciona cambiar share a True para compartir URL (probar en unos d铆as)
76
  # Create a Gradio chat interface with custom CSS
77
  demo = gr.ChatInterface(
78
  fn=respond,