DazDin commited on
Commit
a411661
1 Parent(s): 41b5a5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -68,11 +68,7 @@ def make_me():
68
  model_choice.change(update_imgbox, model_choice, output)
69
  model_choice.change(extend_choices, model_choice, current_models)
70
  with gr.Row():
71
- gr.HTML("""
72
- <div class="footer">
73
- <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!
74
- </p>
75
- """)
76
 
77
 
78
 
 
68
  model_choice.change(update_imgbox, model_choice, output)
69
  model_choice.change(extend_choices, model_choice, current_models)
70
  with gr.Row():
71
+ gr.HTML()
 
 
 
 
72
 
73
 
74