sasidhar6493 commited on
Commit
c99bca1
1 Parent(s): 1841d64

Update app.py

Browse files

share = true removed
enable queue = true removed as per logs

Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -19,8 +19,7 @@ infer = gr.Interface(
19
  outputs = gr.outputs.Label(num_top_classes = len(learn.dls.vocab)),
20
  title = title,
21
  description = description,
22
- interpretation = interpretation,
23
- enble_queue = True
24
  )
25
 
26
- infer.launch(share = True)
 
19
  outputs = gr.outputs.Label(num_top_classes = len(learn.dls.vocab)),
20
  title = title,
21
  description = description,
22
+ interpretation = interpretation
 
23
  )
24
 
25
+ infer.launch()