Spaces:
Runtime error
Runtime error
Quentin GALLOUÉDEC
commited on
Commit
·
e74f212
1
Parent(s):
51ead85
title
Browse files
app.py
CHANGED
|
@@ -35,6 +35,7 @@ iface = gr.Interface(
|
|
| 35 |
gr.inputs.Textbox(lines=5, label="Input Text") # Textbox for entering text
|
| 36 |
],
|
| 37 |
outputs=gr.outputs.Textbox(label="Generated Text"), # Textbox to display the generated text
|
|
|
|
| 38 |
)
|
| 39 |
|
| 40 |
# Launch the Gradio interface
|
|
|
|
| 35 |
gr.inputs.Textbox(lines=5, label="Input Text") # Textbox for entering text
|
| 36 |
],
|
| 37 |
outputs=gr.outputs.Textbox(label="Generated Text"), # Textbox to display the generated text
|
| 38 |
+
title="GIA Text Generation", # Title of the interface
|
| 39 |
)
|
| 40 |
|
| 41 |
# Launch the Gradio interface
|