JunchuanYu commited on
Commit
1a898c0
1 Parent(s): 5c5fc98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ with gr.Blocks() as demo:
124
  # prompt_template.change(on_prompt_template_change, inputs=[prompt_template], outputs=[prompt_template_preview])
125
  # user_token.change(on_token_change, inputs=[user_token], outputs=[])
126
 
127
-
128
  # demo.load(download_prompt_templates, inputs=None, outputs=[prompt_template])
129
 
130
 
 
124
  # prompt_template.change(on_prompt_template_change, inputs=[prompt_template], outputs=[prompt_template_preview])
125
  # user_token.change(on_token_change, inputs=[user_token], outputs=[])
126
 
127
+
128
  # demo.load(download_prompt_templates, inputs=None, outputs=[prompt_template])
129
 
130