yuchenlin commited on
Commit
ddd17ea
1 Parent(s): 02d35a1

disallow apis

Browse files
Files changed (2) hide show
  1. __pycache__/constant.cpython-311.pyc +0 -0
  2. app.py +1 -4
__pycache__/constant.cpython-311.pyc CHANGED
Binary files a/__pycache__/constant.cpython-311.pyc and b/__pycache__/constant.cpython-311.pyc differ
 
app.py CHANGED
@@ -88,8 +88,5 @@ with gr.Blocks(gr.themes.Soft(), js=js_code_label) as demo:
88
  )
89
  chat.chatbot.height = 550
90
 
91
-
92
-
93
-
94
  if __name__ == "__main__":
95
- demo.launch()
 
88
  )
89
  chat.chatbot.height = 550
90
 
 
 
 
91
  if __name__ == "__main__":
92
+ demo.launch(show_api=False)