Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abhattac
/
gpt-test-v2
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abhattac
commited on
May 16, 2023
Commit
8287157
·
1 Parent(s):
398ee8e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,2 +1,2 @@
1
import gradio as gr
2
-
gr.
Interface.
load("models/togethercomputer/GPT-NeoXT-Chat-Base-20B").launch()
1
import gradio as gr
2
+
gr.load("models/togethercomputer/GPT-NeoXT-Chat-Base-20B").launch()