Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,9 +39,6 @@ interface = gr.Interface(fn=generate_text,
|
|
39 |
# Set the page layout
|
40 |
interface.layout = 'vertical'
|
41 |
|
42 |
-
# Set the output text to wrap
|
43 |
-
interface.outputs[0].type = 'text'
|
44 |
-
|
45 |
# Add API documentation
|
46 |
interface.api.docs = {
|
47 |
'generate_text': {
|
|
|
39 |
# Set the page layout
|
40 |
interface.layout = 'vertical'
|
41 |
|
|
|
|
|
|
|
42 |
# Add API documentation
|
43 |
interface.api.docs = {
|
44 |
'generate_text': {
|