Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Rohan001
/
nlp2sql
like
0
Sleeping
App
Files
Files
Community
Rohan001
commited on
Jan 12
Commit
9d44066
•
1 Parent(s):
6f2a516
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.load("models/NumbersStation/nsql-llama-2-7B").launch(share=True)
1
import gradio as gr
2
3
+
gr.load("models/NumbersStation/nsql-llama-2-7B").launch(
`
share=True
`
)