Update app.py
Browse files
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
|