gnosticdev commited on
Commit
c3dee1f
verified
1 Parent(s): 4716ee8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -106,4 +106,8 @@ demo = gr.ChatInterface(fn=rag_memory_stream,
106
  fill_height=True,
107
  examples=examples,
108
  theme="glass",
109
- )
 
 
 
 
 
106
  fill_height=True,
107
  examples=examples,
108
  theme="glass",
109
+ )
110
+
111
+ # Lanza la aplicaci贸n
112
+ if __name__ == "__main__":
113
+ demo.launch()