KAPtechies commited on
Commit
d1f34ba
·
1 Parent(s): 595a0f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,4 +55,4 @@ def translator(img):
55
 
56
  demo = gr.Interface(fn=translator, inputs=gr.Image(), outputs="text")
57
 
58
- demo.launch(__debug__=True)
 
55
 
56
  demo = gr.Interface(fn=translator, inputs=gr.Image(), outputs="text")
57
 
58
+ demo.launch(debug=True)