n42 commited on
Commit
c75a58b
·
1 Parent(s): 8218228

add credentials

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -264,7 +264,10 @@ code[code_pos_scheduler] = 'sys.exit("No scheduler selected!")'
264
  # interface
265
  with gr.Blocks() as demo:
266
 
267
- gr.Markdown("## Image Generation")
 
 
 
268
  gr.Markdown("### Device specific settings")
269
  with gr.Row():
270
  el_devices = gr.Dropdown(label="Device:", value=device, choices=devices, filterable=True, multiselect=False, allow_custom_value=True)
 
264
  # interface
265
  with gr.Blocks() as demo:
266
 
267
+ gr.Markdown('''## Text-2-Image Playground
268
+ <small>by <a href="https://www.linkedin.com/in/nickyreinert/">Nicky Reinert</a> |
269
+ home base: https://huggingface.co/spaces/n42/pictero
270
+ </small>''')
271
  gr.Markdown("### Device specific settings")
272
  with gr.Row():
273
  el_devices = gr.Dropdown(label="Device:", value=device, choices=devices, filterable=True, multiselect=False, allow_custom_value=True)