AmpleBasis commited on
Commit
046d150
1 Parent(s): 1dab519

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ with gr.Blocks() as demo:
29
  gr.Markdown("""
30
  # Seymour Diffusion
31
  This is a Keras Dreambooth model fine-tuned to images of Seymour, a cat.
32
- The model, part of the [Keras Dreambooth Sprint](https://github.com/huggingface/community-events/tree/main/keras-dreambooth-sprint), was trained by Pedro Pacheco, and can be found in [AmpleBasis/seymour-cat](https://huggingface.co/AmpleBasis/seymour-cat).
33
 
34
  The model should be used with a prompt containing `symr cat`. A typical prompt for this model is `photo of symr cat`.
35
 
 
29
  gr.Markdown("""
30
  # Seymour Diffusion
31
  This is a Keras Dreambooth model fine-tuned to images of Seymour, a cat.
32
+ The model, part of the [Keras Dreambooth Sprint](https://github.com/huggingface/community-events/tree/main/keras-dreambooth-sprint), was trained by [Pedro Pacheco](https://huggingface.co/AmpleBasis), and can be found in [keras-dreambooth/seymour-cat](https://huggingface.co/AmpleBasis/seymour-cat).
33
 
34
  The model should be used with a prompt containing `symr cat`. A typical prompt for this model is `photo of symr cat`.
35