Spaces:
Build error
Build error
Commit
·
595a0f4
1
Parent(s):
9ba026a
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)
|