Omarrran commited on
Commit
51745ac
·
verified ·
1 Parent(s): e3a7b1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, theme="huggingface")
 
55
  gr.Examples(examples=examples, inputs=user_input, outputs=transliterated_output)
56
 
57
  # Launch the Gradio interface
58
+ demo.launch(share=True, inbrowser=True)