runaksh commited on
Commit
cd3e64a
·
1 Parent(s): acf8bbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,4 +37,4 @@ iface = gradio.Interface(fn=generate_summary,
37
  description=description
38
  )
39
 
40
- iface.launch(debug = True)
 
37
  description=description
38
  )
39
 
40
+ iface.launch(debug = True, from_tf=True)