Spaces:
Sleeping
Sleeping
Add HF config
Browse files- README.md +11 -0
- requirement.txt +1 -0
README.md
CHANGED
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Academic Presentation Rehearsal Agent
|
2 |
This is the git repository for the Academic Presentation Rehearsal Agent.
|
3 |

|
|
|
1 |
+
---
|
2 |
+
title: AcaPre_Agent
|
3 |
+
colorFrom: blue
|
4 |
+
colorTo: blue
|
5 |
+
sdk: gradio
|
6 |
+
sdk_version: 4.44.0
|
7 |
+
app_file: app.py
|
8 |
+
pinned: false
|
9 |
+
license: afl-3.0
|
10 |
+
---
|
11 |
+
|
12 |
# Academic Presentation Rehearsal Agent
|
13 |
This is the git repository for the Academic Presentation Rehearsal Agent.
|
14 |

|
requirement.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
torch
|
2 |
gradio
|
3 |
transformers
|
|
|
|
1 |
torch
|
2 |
gradio
|
3 |
transformers
|
4 |
+
gradio_client
|