Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ with gr.Blocks() as demo:
|
|
108 |
gr.HTML("<h1><center>TaoGPTv0<center></h1>")
|
109 |
gr.HTML("<h3><center>TaoGPTv0 is a fine-tuned Mistal-7B model with a retrieval augmented generation pipeline on Tao Science by Dr. Rulin Xu and Dr. Zhi Gang Sha. Check out- <a href='https://github.com/agencyxr/taogpt7B'>Github Repo</a> For More Information. π¬<h3><center>")
|
110 |
with gr.Column():
|
111 |
-
with gr.Accordion(Visualise Training Data):
|
112 |
gr.HTML("<h3>Look into the dataset we used to finetune our model</h3>")
|
113 |
gr.HTML(NOMIC)
|
114 |
with gr.Column():
|
|
|
108 |
gr.HTML("<h1><center>TaoGPTv0<center></h1>")
|
109 |
gr.HTML("<h3><center>TaoGPTv0 is a fine-tuned Mistal-7B model with a retrieval augmented generation pipeline on Tao Science by Dr. Rulin Xu and Dr. Zhi Gang Sha. Check out- <a href='https://github.com/agencyxr/taogpt7B'>Github Repo</a> For More Information. π¬<h3><center>")
|
110 |
with gr.Column():
|
111 |
+
with gr.Accordion("Visualise Training Data"):
|
112 |
gr.HTML("<h3>Look into the dataset we used to finetune our model</h3>")
|
113 |
gr.HTML(NOMIC)
|
114 |
with gr.Column():
|