Spaces:
Runtime error
Runtime error
Commit
·
adcef19
1
Parent(s):
1eb8e0d
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
gr.Interface.load(
|
4 |
|
5 |
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
gr.Interface.load("huggingface/EleutherAI/gpt-j-6B",title="My First Text Generation",description="Input text.").launch()
|
4 |
|
5 |
|