LeeveWasTaken commited on
Commit
f0c73cd
1 Parent(s): eb41429

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -75,7 +75,8 @@ with gr.Blocks() as demo:
75
  gr.HTML(
76
  """
77
  <div class="footer">
78
- <p> </p>
 
79
  """
80
  )
81
 
 
75
  gr.HTML(
76
  """
77
  <div class="footer">
78
+ <p>Based on the <a href="https://huggingface.co/spaces/derwahnsinn/TestGen">TestGen</a> Space by derwahnsinn, the <a href="https://huggingface.co/spaces/RdnUser77/SpacIO_v1">SpacIO</a> Space by RdnUser77 and Omnibus's Maximum Multiplier!
79
+ </p>
80
  """
81
  )
82