Spaces:
Runtime error
Runtime error
NicholasKwok
commited on
Commit
•
bffc45e
1
Parent(s):
0142444
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
gr.Interface.load("huggingface/
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
gr.Interface.load("huggingface/EleutherAI/gpt-j-6B", title="My First Text Generator", description="Input text and submit!").launch()
|