Ticio commited on
Commit
057c81d
verified
1 Parent(s): f16fd4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,4 +132,4 @@ theme = gr.themes.Base(
132
  )
133
 
134
  demo = gr.ChatInterface(fn=inference, type="messages", examples=["驴Qu茅 se ha dicho acerca de la expresi贸n 'devengado' cuando la usa la UGPP?"], title="Ticio", theme=theme, cache_examples=False, api_name=False)
135
- demo.launch(auth=(login_user, login_pass), share = True)
 
132
  )
133
 
134
  demo = gr.ChatInterface(fn=inference, type="messages", examples=["驴Qu茅 se ha dicho acerca de la expresi贸n 'devengado' cuando la usa la UGPP?"], title="Ticio", theme=theme, cache_examples=False, api_name=False)
135
+ demo.launch(auth=(login_user, login_pass), share = True, ssr_mode=False)