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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -7
app.py CHANGED
@@ -117,12 +117,11 @@ with gr.Blocks() as demo:
117
  )
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
 
 
117
  )
118
 
119
  # Lanzamiento
120
+ demo.launch(
121
+ show_api=False,
122
+ share=False,
123
+ theme=gr.themes.Base()
124
+ )
125
+
 
126
 
127