Spaces:
Runtime error
Runtime error
Commit ·
4787b34
1
Parent(s): bffc45e
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,6 @@
|
|
| 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()
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
+
from gradio.mix import Parallel
|
| 3 |
+
|
| 4 |
+
chickenwings="My First Text Generator"
|
| 5 |
|
| 6 |
gr.Interface.load("huggingface/EleutherAI/gpt-j-6B", title="My First Text Generator", description="Input text and submit!").launch()
|