Spaces:
Sleeping
Sleeping
Commit
·
089e6e3
1
Parent(s):
2ebbea9
Update app.py
Browse files
app.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
import gradio as gr
|
2 |
-
gr.Interface.load("huggingface/EleutherAI/gpt-j-6B",
|
|
|
1 |
import gradio as gr
|
2 |
+
gr.Interface.load("huggingface/EleutherAI/gpt-j-6B", title="My First Text Generator" , description="Input test.").launch()
|