jcandane commited on
Commit
00c8bf3
·
verified ·
1 Parent(s): 76d60e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -117,5 +117,5 @@ demoX = gr.ChatInterface(
117
  )
118
 
119
 
120
- if __name__ == "__main__":
121
- demo.launch()
 
117
  )
118
 
119
 
120
+ #if __name__ == "__main__":
121
+ demo.launch(inbrowser=True)