disk0dancer commited on
Commit
9ccafb6
·
verified ·
1 Parent(s): 4372c42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -32,6 +32,8 @@ with gr.Blocks() as demo:
32
  inp = gr.Textbox(placeholder="Введите текст на русском языке...", label="input")
33
  out = gr.Textbox(label="output")
34
  inp.change(query, inp, out)
 
 
35
 
36
  if __name__ == "__main__":
37
  demo.launch(server_port=7860, share=True)#server_name="0.0.0.0"
 
32
  inp = gr.Textbox(placeholder="Введите текст на русском языке...", label="input")
33
  out = gr.Textbox(label="output")
34
  inp.change(query, inp, out)
35
+ with open('tags.txt', 'r') as f:
36
+ gr.Markdown(f.read())
37
 
38
  if __name__ == "__main__":
39
  demo.launch(server_port=7860, share=True)#server_name="0.0.0.0"