Spaces:
Sleeping
Sleeping
Merge branch 'main' of https://huggingface.co/spaces/dalinstone/arbiterscripti
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -325,4 +325,4 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Nursing Essay Grader") as demo:
|
|
| 325 |
grade_button.click(fn=grade_papers_concurrently, inputs=[file_uploads, example_paper_upload, api_key_input], outputs=[results_output, status_output])
|
| 326 |
|
| 327 |
if __name__ == "__main__":
|
| 328 |
-
demo.launch(debug=True)
|
|
|
|
| 325 |
grade_button.click(fn=grade_papers_concurrently, inputs=[file_uploads, example_paper_upload, api_key_input], outputs=[results_output, status_output])
|
| 326 |
|
| 327 |
if __name__ == "__main__":
|
| 328 |
+
demo.launch(debug=True)
|
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
gradio
|
| 2 |
google-generativeai==0.5.*
|
| 3 |
python-docx
|
| 4 |
-
asyncio
|
|
|
|
| 1 |
gradio
|
| 2 |
google-generativeai==0.5.*
|
| 3 |
python-docx
|
| 4 |
+
asyncio
|