czl commited on
Commit
cdd8b66
1 Parent(s): fe7b18f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -335,7 +335,7 @@ Note: Running on CPU will take longer (approx. 6 minutes with default settings).
335
  )
336
  gr.Markdown(
337
  """
338
- This demo is created as part of the 'Investigating the Effectiveness of Generative Diffusion Models in Synthesizing Images for Data Augmentation in Image Classification' dissertation.
339
 
340
  The user can augment an image by interpolating between two prompts, and specify the number of interpolation steps and the specific step to generate the image.
341
 
 
335
  )
336
  gr.Markdown(
337
  """
338
+ This demo is created as part of the 'Improving Fine-Grained Image Classification Using Diffusion-Based Generated Synthetic Images' dissertation.
339
 
340
  The user can augment an image by interpolating between two prompts, and specify the number of interpolation steps and the specific step to generate the image.
341