chansung commited on
Commit
ddca22a
·
verified ·
1 Parent(s): d2df69e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ def main(args):
150
  style_css = open(args.css_path, "r").read()
151
 
152
  global client, prompt_tmpl, system_instruction
153
- client = setup_gemini_client(args)
154
  prompt_tmpl = load_prompt(args)
155
 
156
  ## Gradio Blocks
 
150
  style_css = open(args.css_path, "r").read()
151
 
152
  global client, prompt_tmpl, system_instruction
153
+ client = None#setup_gemini_client(args)
154
  prompt_tmpl = load_prompt(args)
155
 
156
  ## Gradio Blocks