Afeezee commited on
Commit
2aa6315
·
verified ·
1 Parent(s): 78afa6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -715,4 +715,5 @@ with gr.Blocks(title="Essay Assessment with LLM") as demo:
715
  if __name__ == "__main__":
716
  if not os.getenv("GROQ_API_KEY"):
717
  print("WARNING: GROQ_API_KEY not set. Set it before running the app.")
718
- demo.launch(debug=True)
 
 
715
  if __name__ == "__main__":
716
  if not os.getenv("GROQ_API_KEY"):
717
  print("WARNING: GROQ_API_KEY not set. Set it before running the app.")
718
+ demo.launch(debug=True)
719
+