kuro223 commited on
Commit
65fdf64
·
1 Parent(s): 5911049
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -64,9 +64,8 @@ app9 = gr.Interface(
64
  fn=philo_cc,
65
  title="Mariam-Philo-Cc",
66
  description=description_french,
67
- inputs=[gr.Textbox(label="Sujet:", lines=3),
68
- outputs=gr.Textbox(),
69
- )
70
 
71
 
72
  # interface4
 
64
  fn=philo_cc,
65
  title="Mariam-Philo-Cc",
66
  description=description_french,
67
+ inputs=[gr.Textbox(label="Sujet:", lines=3)],
68
+ outputs=gr.Textbox(), )
 
69
 
70
 
71
  # interface4