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