davda54 commited on
Commit
ca8daba
·
verified ·
1 Parent(s): 1399a70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -527,7 +527,7 @@ custom_css = """
527
  """
528
 
529
  # Create Gradio interface
530
- with gr.Blocks(theme=Soft(font=[gr.themes.GoogleFont("Source Sans Pro"), "Arial"]), title="Dataset Annotation Tool", css=custom_css) as app:
531
  gr.Markdown("# Norwegian Fluency Annotation")
532
  with gr.Accordion("Click here to see the full annotation guidelines:", open=False, elem_classes="light-shadow"):
533
  gr.Markdown(guideline, padding=True)
@@ -671,4 +671,4 @@ with gr.Blocks(theme=Soft(font=[gr.themes.GoogleFont("Source Sans Pro"), "Arial"
671
  )
672
 
673
  if __name__ == "__main__":
674
- app.launch(server_name=“0.0.0.0”, server_port=7860)
 
527
  """
528
 
529
  # Create Gradio interface
530
+ with gr.Blocks(theme=gr.themes.Soft(font=[gr.themes.GoogleFont("Source Sans Pro"), "Arial"]), title="Dataset Annotation Tool", css=custom_css) as app:
531
  gr.Markdown("# Norwegian Fluency Annotation")
532
  with gr.Accordion("Click here to see the full annotation guidelines:", open=False, elem_classes="light-shadow"):
533
  gr.Markdown(guideline, padding=True)
 
671
  )
672
 
673
  if __name__ == "__main__":
674
+ app.launch()