Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
+
|