alakxender commited on
Commit
8a588ad
·
1 Parent(s): 487547e
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ import gradio as gr
3
  from typo_check import css, process_input
4
  from title_gen import generate_title, MODEL_OPTIONS
5
 
 
6
  # Create Gradio interface using the latest syntax
7
  with gr.Blocks(theme=gr.themes.Default(), css=css) as demo:
8
  with gr.Tabs():
 
3
  from typo_check import css, process_input
4
  from title_gen import generate_title, MODEL_OPTIONS
5
 
6
+
7
  # Create Gradio interface using the latest syntax
8
  with gr.Blocks(theme=gr.themes.Default(), css=css) as demo:
9
  with gr.Tabs():