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