dhuynh95 commited on
Commit
5a4b47e
1 Parent(s): 048a8d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -363,7 +363,7 @@ DEFAULT_SAMPLE_PREFIX = tokenizer.decode(tokenizer(DEFAULT_SAMPLE)["input_ids"][
363
 
364
  style = theme.Style()
365
 
366
- with gr.Blocks(theme=style, css=modifs) as demo:
367
  current_example = gr.State(value=DEFAULT_SAMPLE)
368
  with gr.Column():
369
  gr.Markdown(title)
 
363
 
364
  style = theme.Style()
365
 
366
+ with gr.Blocks(theme=style) as demo:
367
  current_example = gr.State(value=DEFAULT_SAMPLE)
368
  with gr.Column():
369
  gr.Markdown(title)