Commit
·
c2f5861
1
Parent(s):
59f9859
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
import gradio as gr
|
|
|
2 |
|
|
|
3 |
gr.load("models/mistralai/Mistral-7B-v0.1").launch()
|
|
|
1 |
import gradio as gr
|
2 |
+
from datasets import load_dataset
|
3 |
|
4 |
+
dataset = load_dataset("luisotorres/wikipedia-crypto-articles")
|
5 |
gr.load("models/mistralai/Mistral-7B-v0.1").launch()
|