xiangjx commited on
Commit
0ba5938
·
verified ·
1 Parent(s): a300a7c

Fix RNA conditioning, MUSK encoder init, and text/inference mismatch

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -94,7 +94,7 @@ Generate histopathology images from a text prompt.
94
 
95
  ```python
96
  # Text-to-Image generation
97
- prompt = "lung adenocarcinoma"
98
 
99
  output_t2i = pipeline(
100
  prompt=prompt,
 
94
 
95
  ```python
96
  # Text-to-Image generation
97
+ prompt = "Invasive breast carcinoma with poorly formed glands, hyperchromatic nuclei, and dense fibrous stroma."
98
 
99
  output_t2i = pipeline(
100
  prompt=prompt,