Spaces:
Running
on
A10G
Running
on
A10G
barakmam
commited on
Commit
·
052edbe
1
Parent(s):
1059cc6
minor
Browse files
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.
|
| 198 |
-
|
| 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,
|