Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Rohan001
/
nlp2sql
like
0
Sleeping
App
Files
Files
Community
Rohan001
commited on
Jan 12
Commit
585d912
•
1 Parent(s):
1b21570
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import gradio as gr
2
+
3
+
gr.load("models/NumbersStation/nsql-llama-2-7B").launch()