Michael Ramos
commited on
Commit
Β·
3139757
1
Parent(s):
feed5b6
add simple instructions
Browse files
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('''#
|
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")
|