feng2022 commited on
Commit
be6a7ed
1 Parent(s): 89bd3dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ iface = gr.Interface(
34
  fn=predict,
35
  inputs='text',
36
  outputs='text',
37
- examples=[["".join(os.listdir("checkpoint"))]]
38
  )
39
 
40
  iface.launch()
 
34
  fn=predict,
35
  inputs='text',
36
  outputs='text',
37
+ examples=[["Time-TravelRephotography"]]
38
  )
39
 
40
  iface.launch()