MathGpn commited on
Commit
9096dc3
·
1 Parent(s): 637a5db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ iface = gr.Interface(
11
  fn=predict,
12
  inputs='text',
13
  outputs='text',
14
- examples=[["Hello! My name is Omar"]]
15
  )
16
 
17
  iface.launch(share=True)
 
11
  fn=predict,
12
  inputs='text',
13
  outputs='text',
14
+ examples=[["Hello! My name is Mathis"]]
15
  )
16
 
17
  iface.launch(share=True)