Lisandro commited on
Commit
1b50209
1 Parent(s): d8c88bb

se agrega markdown al principio

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -74,6 +74,12 @@ button#load_model_btn{
74
  """
75
 
76
  with gr.Blocks(css=css) as demo:
 
 
 
 
 
 
77
  with gr.Column(elem_id="col-container"):
78
  prompt_in = gr.Textbox(
79
  label="Your Prompt",
 
74
  """
75
 
76
  with gr.Blocks(css=css) as demo:
77
+ gr.Markdown("# lichorosario LoRA Portfolio")
78
+ gr.Markdown(
79
+ "### This is my portfolio.\n"
80
+ "**Note**: Generation quality may vary. For best results, adjust the parameters.\n"
81
+ "Special thanks to [@artificialguybr](https://huggingface.co/artificialguybr) and [@fffiloni](https://huggingface.co/fffiloni)."
82
+ )
83
  with gr.Column(elem_id="col-container"):
84
  prompt_in = gr.Textbox(
85
  label="Your Prompt",