guymorlan commited on
Commit
c6866fc
·
1 Parent(s): 0a66247

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ def predict(input):
57
  """
58
  return output
59
 
60
- with gr.Blocks(theme=gr.themes.Soft(), title="Ammiya Tokenizer and Labeler") as demo:
61
  gr.HTML("<h2><span style='color: #2563eb'>Colloquial Arabic</span></h2> Tokenizer and Annotator")
62
  with gr.Row():
63
  with gr.Column():
 
57
  """
58
  return output
59
 
60
+ with gr.Blocks(title="Ammiya Tokenizer and Annotator") as demo:
61
  gr.HTML("<h2><span style='color: #2563eb'>Colloquial Arabic</span></h2> Tokenizer and Annotator")
62
  with gr.Row():
63
  with gr.Column():