FDSRashid commited on
Commit
7dc66d4
·
1 Parent(s): f84a1c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,6 @@ bw2ar = CharMapper.builtin_mapper('bw2ar')
7
  title = """#Transliterate using BuckWater Scheme"""
8
  description = """
9
  This app converts transliterated arabic text to Arabic using BuckWater Scheme. Use the following image to familiarize yourself with the conversion system.
10
- ![](https://huggingface.co/spaces/FDSRashid/Camel_tools_Test/resolve/main/Buckwalter-transliteration-for-Arabic-language.jpg)
11
  """
12
  example = [["*hbt <lY Almktbp."]]
13
 
@@ -17,6 +16,7 @@ def getArabic(transliteration):
17
  with gr.Blocks() as demo:
18
  gr.Markdown(title)
19
  gr.Markdown(description)
 
20
  name = gr.Textbox(label="English Transliteration (Using Buckwater System )")
21
  output = gr.Textbox(label="Arabic Form of Text")
22
  greet_btn = gr.Button("Get Arabic")
 
7
  title = """#Transliterate using BuckWater Scheme"""
8
  description = """
9
  This app converts transliterated arabic text to Arabic using BuckWater Scheme. Use the following image to familiarize yourself with the conversion system.
 
10
  """
11
  example = [["*hbt <lY Almktbp."]]
12
 
 
16
  with gr.Blocks() as demo:
17
  gr.Markdown(title)
18
  gr.Markdown(description)
19
+ gr.Image('https://huggingface.co/spaces/FDSRashid/Camel_tools_Test/resolve/main/Buckwalter-transliteration-for-Arabic-language.jpg')
20
  name = gr.Textbox(label="English Transliteration (Using Buckwater System )")
21
  output = gr.Textbox(label="Arabic Form of Text")
22
  greet_btn = gr.Button("Get Arabic")