Jezia commited on
Commit
425889c
·
1 Parent(s): 41b3087

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ examples = [
10
  ['A kid is playing with']
11
  ]
12
 
13
- io = gr.Interface.load("spaces/keras-io/text-generation")
14
 
15
 
16
 
 
10
  ['A kid is playing with']
11
  ]
12
 
13
+ io = gr.Interface.load("huggingface/keras-io/text-generation")
14
 
15
 
16