Update app.py
Browse files
app.py
CHANGED
@@ -55,4 +55,4 @@ with gr.Blocks() as demo:
|
|
55 |
gr.Examples(examples=examples, inputs=user_input, outputs=transliterated_output)
|
56 |
|
57 |
# Launch the Gradio interface
|
58 |
-
demo.launch(share=True, inbrowser=True
|
|
|
55 |
gr.Examples(examples=examples, inputs=user_input, outputs=transliterated_output)
|
56 |
|
57 |
# Launch the Gradio interface
|
58 |
+
demo.launch(share=True, inbrowser=True)
|