Michael Ramos commited on
Commit
3139757
Β·
1 Parent(s): feed5b6

add simple instructions

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ async def predict(prompt):
125
 
126
  # Create the Gradio interface
127
  with gr.Blocks() as app:
128
- gr.Markdown('''# LoRA Ease πŸ§žβ€β™‚οΈ
129
  ### 1. Select a CRASH REPORT image
130
  ### 2. Describe what you see
131
  <small>CRASH REPORT was a self-published, 72-page book by NoPattern Studio released in November, 2019. Limited to an edition of 300, the book contained a year's worth of experimental, exploratory 3D imagery generated entirely in Photoshop. [CRASH REPORT site](https://nopattern.com/CRASH-REPORT) [see this space's lineage graph](https://huggingface.co/spaces/EQTYLab/lineage-explorer?repo=https://huggingface.co/NoPattern/Rorschach)</small>''', elem_id="main_title")
 
125
 
126
  # Create the Gradio interface
127
  with gr.Blocks() as app:
128
+ gr.Markdown('''# Rorschach 🎭
129
  ### 1. Select a CRASH REPORT image
130
  ### 2. Describe what you see
131
  <small>CRASH REPORT was a self-published, 72-page book by NoPattern Studio released in November, 2019. Limited to an edition of 300, the book contained a year's worth of experimental, exploratory 3D imagery generated entirely in Photoshop. [CRASH REPORT site](https://nopattern.com/CRASH-REPORT) [see this space's lineage graph](https://huggingface.co/spaces/EQTYLab/lineage-explorer?repo=https://huggingface.co/NoPattern/Rorschach)</small>''', elem_id="main_title")