Spaces:
Paused
Paused
Danielrahmai1991
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -52,6 +52,6 @@ inputs = [
|
|
52 |
]
|
53 |
outputs = [gr.Textbox(label="Generated Text")]
|
54 |
|
55 |
-
demo = gr.Interface(fn=generate_text, inputs=inputs, outputs=outputs,
|
56 |
|
57 |
demo.launch(debug=True, share=True)
|
|
|
52 |
]
|
53 |
outputs = [gr.Textbox(label="Generated Text")]
|
54 |
|
55 |
+
demo = gr.Interface(fn=generate_text, inputs=inputs, outputs=outputs, description=description)
|
56 |
|
57 |
demo.launch(debug=True, share=True)
|