macadeliccc commited on
Commit
dfb4a63
1 Parent(s): efefb83

working. added headers

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -96,8 +96,8 @@ def modify_image(image, brightness, contrast):
96
  with gr.Blocks(gr.themes.Soft()) as demo:
97
  with gr.Row():
98
  gr.Markdown("## Latent Consistency for Diffusion Models")
99
- gr.Markdown("Run this demo on your own machine if you would like: docker run -it -p 7860:7860 --platform=linux/amd64 --gpus all \
100
- registry.hf.space/macadeliccc-lcm-papercut-demo:latest python app.py")
101
  with gr.Row():
102
  image_output = gr.Image(label="Generated Image")
103
 
 
96
  with gr.Blocks(gr.themes.Soft()) as demo:
97
  with gr.Row():
98
  gr.Markdown("## Latent Consistency for Diffusion Models")
99
+ gr.Markdown("Run this demo on your own machine if you would like: ```docker run -it -p 7860:7860 --platform=linux/amd64 --gpus all \
100
+ registry.hf.space/macadeliccc-lcm-papercut-demo:latest python app.py```")
101
  with gr.Row():
102
  image_output = gr.Image(label="Generated Image")
103