Canstralian commited on
Commit
a106517
·
verified ·
1 Parent(s): 95e6354

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,3 +1,6 @@
1
  import gradio as gr
 
 
 
2
 
3
  gr.load("models/sentence-transformers/all-MiniLM-L6-v2").launch()
 
1
  import gradio as gr
2
+ from datasets import load_dataset
3
+
4
+ ds = load_dataset("b-mc2/sql-create-context")
5
 
6
  gr.load("models/sentence-transformers/all-MiniLM-L6-v2").launch()