Youssouf Traore commited on
Commit
e8ba517
·
1 Parent(s): b305231

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -208,7 +208,7 @@ app3 = gr.Interface(
208
  fn=gpt_francais,
209
  title="Mariam-French",
210
  description=description_french,
211
- inputs=[gr.Textbox(label="Sujet:", lines=3),gr.Radio(["Etaye","refute"])]
212
  outputs=gr.Textbox(),
213
  )
214
 
 
208
  fn=gpt_francais,
209
  title="Mariam-French",
210
  description=description_french,
211
+ inputs=[gr.Textbox(label="Sujet:", lines=3),gr.Radio(["Etaye","refute"])],
212
  outputs=gr.Textbox(),
213
  )
214