Quentin GALLOUÉDEC commited on
Commit
e74f212
1 Parent(s): 51ead85
Files changed (1) hide show
  1. app.py +1 -0
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