susanazhou commited on
Commit
d5d6180
verified
1 Parent(s): 4191a66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -118,10 +118,11 @@ with gr.Blocks() as demo:
118
 
119
  # Lanzamiento
120
  if __name__ == "__main__":
121
- demo.launch()
122
  show_api=False,
123
  share=False,
124
  title="LeIA GO - Chat de Normas Sociales",
125
  theme=gr.themes.Base()
126
  )
127
 
 
 
118
 
119
  # Lanzamiento
120
  if __name__ == "__main__":
121
+ demo.launch(
122
  show_api=False,
123
  share=False,
124
  title="LeIA GO - Chat de Normas Sociales",
125
  theme=gr.themes.Base()
126
  )
127
 
128
+