SoSa123456 commited on
Commit
e049fa7
1 Parent(s): ed1a33b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -63,4 +63,5 @@ iface = gr.Interface(fn=generate_script,
63
  outputs="text")
64
 
65
  # Launch the interface
66
- iface.launch()
 
 
63
  outputs="text")
64
 
65
  # Launch the interface
66
+ iface.launch(debug=True)
67
+