barakmam commited on
Commit
052edbe
·
1 Parent(s): 1059cc6
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -194,8 +194,8 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
194
  cache_examples=False
195
  )
196
 
197
- gr.Markdown(f"""Disclaimer: The results may vary depending on the hyper-parameters. Some typical hyper-parameters
198
- are xxxx. Errors may appear due to resource availability by HF.
199
  Performance may be inferior to the reported in the paper due to hardware limitation.""")
200
 
201
  input_image.change(set_pipe, inputs=[input_image, description_prompt, edit_guidance_scale, num_inference_steps,
 
194
  cache_examples=False
195
  )
196
 
197
+ gr.Markdown(f"""Disclaimer: The results may vary depending on the hyper-parameters.
198
+ Errors may appear due to resource availability by HF.
199
  Performance may be inferior to the reported in the paper due to hardware limitation.""")
200
 
201
  input_image.change(set_pipe, inputs=[input_image, description_prompt, edit_guidance_scale, num_inference_steps,