Spaces:
Build error
Build error
Commit
·
d1f34ba
1
Parent(s):
595a0f4
Update app.py
Browse files
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(
|
|
|
|
| 55 |
|
| 56 |
demo = gr.Interface(fn=translator, inputs=gr.Image(), outputs="text")
|
| 57 |
|
| 58 |
+
demo.launch(debug=True)
|