Skip to content

Commit

Permalink
LIT: Change the demo_mode flag to be False in Vertex AI demo.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 673893499
  • Loading branch information
llcourage authored and LIT team committed Sep 12, 2024
1 parent f21556a commit 6039195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lit_nlp/examples/vertexai/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
def get_wsgi_app() -> Optional[dev_server.LitServerType]:
"""Return WSGI app for container-hosted demos."""
_FLAGS.set_default('server_type', 'external')
_FLAGS.set_default('demo_mode', True)
_FLAGS.set_default('demo_mode', False)

location = os.getenv('PROJECT_LOCATION', None)
_FLAGS['project_location'].value = location
Expand Down

0 comments on commit 6039195

Please sign in to comment.