nikravan commited on
Commit
129cc2b
·
verified ·
1 Parent(s): 78a10a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -248,5 +248,5 @@ with gr.Blocks(css=CSS, theme="soft", fill_height=True) as demo:
248
  ),
249
  gr.Examples(EXAMPLES, [chat_input])
250
 
251
- if __name__ == "__main__":
252
- demo.queue(api_open=False).launch(show_api=False, share=False, )#server_name="0.0.0.0", )
 
248
  ),
249
  gr.Examples(EXAMPLES, [chat_input])
250
 
251
+
252
+ demo.queue(api_open=False).launch(show_api=False, share=False, )#server_name="0.0.0.0", )