sayakpaul HF staff commited on
Commit
81782ac
1 Parent(s): f38a6b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,8 +47,8 @@ def generate_image_fn(prompt: str, unconditional_guidance_scale: int) -> list:
47
  return [image for image in images]
48
 
49
 
50
- description = "This Space demonstrates a fine-tuned Stable Diffusion model. You can use it for generating custom pokemons. To get started, either use a prompt and pick one from the examples below. For details on the fine-tuning procedure refer to [this repository](https://github.com/sayakpaul/stable-diffusion-keras-ft/)."
51
- article = "This Space leverages a T4 GPU to run the predictions. We use mixed-precision to speed the inference latency. We further use XLA to carve out maximum performance from TensorFlow."
52
  gr.Interface(
53
  generate_image_fn,
54
  inputs=[
 
47
  return [image for image in images]
48
 
49
 
50
+ description = "This Space demonstrates a fine-tuned Stable Diffusion model. You can use it for generating custom pokemons. To get started, either enter a prompt and pick one from the examples below. For details on the fine-tuning procedure, refer to [this repository](https://github.com/sayakpaul/stable-diffusion-keras-ft/)."
51
+ article = "This Space leverages a T4 GPU to run the predictions. We use mixed-precision to speed up the inference latency. We further use XLA to carve out maximum performance from TensorFlow."
52
  gr.Interface(
53
  generate_image_fn,
54
  inputs=[