Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
kveer001
/
NumbersStation-nsql-llama-2-7B-test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kveer001
commited on
Sep 6, 2023
Commit
5a6c2d0
·
1 Parent(s):
12a565a
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.
Interface.
load("models/NumbersStation/nsql-llama-2-7B").launch()
1
import gradio as gr
2
3
+
gr.load("models/NumbersStation/nsql-llama-2-7B").launch()