feng2022 commited on
Commit
157e5b8
1 Parent(s): 1b74695

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ iface = gr.Interface(
35
  fn=predict,
36
  inputs='text',
37
  outputs='text',
38
- examples=[["Hello! My name is Omar"]]
39
  )
40
 
41
  iface.launch()
 
35
  fn=predict,
36
  inputs='text',
37
  outputs='text',
38
+ examples=[["Time-TravelRephotography"]]
39
  )
40
 
41
  iface.launch()