john6688 commited on
Commit
ce4067f
1 Parent(s): c722caf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -15
app.py CHANGED
@@ -4,22 +4,15 @@ import gradio as gr
4
  #gr.ChatInterface(gr.load("models/meta-llama/Meta-Llama-3-8B-Instruct")).launch()
5
 
6
  description = """
7
- # 🧠 NeuroSynth
 
 
 
 
 
 
 
8
 
9
- NeuroSynth is a dataset which consists of 18,000 synthetic neuroimaging data samples covering worldwide healthy population across human lifespan.
10
- ## Dataset Details
11
- The dataset has the following characteristics:
12
- * Generative models were trained on 40,000 subjects from the iSTAGING consortium to synthesize 145 brain anatomical region-of-interest (ROI) volumes which are derived from structural T1-weighted magnetic resonance imaging (MRI).
13
- * The dataset includes participants’ demographic information, such as sex, age and race, which are beneficial for research focusing on mitigating algorithmic bias and promoting fairnes.
14
- * Besides 18,000 samples in the dataset, we also share the pre-trained generative models for users to customize their needs for data synthesis.
15
- ## Dataset Download
16
- * For Safari users, please right click on the "Download" button below and select "Download Linked File"
17
- * Other browser users can directly click on the "Download" button to save the data
18
- * Download via command line:
19
- ```
20
- wget https://rongguangw-neuro-synth.hf.space/file=dataset/neurosynth_dataset.csv
21
- ```
22
- * You can also customize sex and race for the subjects and sample size by generating online in the below panels. The synthesized data will be showing in the lower right panel, and then, you can save the data by clicking on the "Download" button.
23
  """
24
 
25
  with gr.Blocks() as demo:
 
4
  #gr.ChatInterface(gr.load("models/meta-llama/Meta-Llama-3-8B-Instruct")).launch()
5
 
6
  description = """
7
+ # 🚗 Charlies Toyota Sale
8
+
9
+ I’m Charlie, I’ve been in the automotive industry 24 years. I currently offer new and preowned Toyota and other preowned brands at Team Toyota in Langhorne Pennsylvania.
10
+ Let me demonstrate why thousands of satisfied customers have chosen me to help them find their new vehicle with the #1 Toyota sales experience.
11
+ What I offer is exclusive access to the #1 selling brand in the world. I offer exclusive access to Toyota incentives and discounts.
12
+ I offer exclusive access to inside information on new vehicle releases. I offer continued ownership support such as service concierge and body shop concierge.
13
+ You can rely on me 7 days a week 24 hours a day for all your automotive needs. You won’t find that anywhere else in the market.
14
+ Click learn more and let me help you on your journey, wherever you are starting. I have a solution that will save you time, money and stress!
15
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  """
17
 
18
  with gr.Blocks() as demo: