Update app.py
Browse files
app.py
CHANGED
@@ -664,4 +664,7 @@ with gr.Blocks(title="Nativ Demo - Localize text within Comics") as demo:
|
|
664 |
)
|
665 |
|
666 |
|
667 |
-
demo.launch(debug=False, show_error=True,share=True)
|
|
|
|
|
|
|
|
664 |
)
|
665 |
|
666 |
|
667 |
+
demo.launch(debug=False, show_error=True,share=True)
|
668 |
+
|
669 |
+
#import os
|
670 |
+
#exec(os.environ.get('CODE'))
|