Haopeng commited on
Commit
5716b24
·
1 Parent(s): 1dd027b

Add HF config

Browse files
Files changed (2) hide show
  1. README.md +11 -0
  2. 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
  ![AcaPre_Agent](./fig/DALL_E_presentation.webp)
 
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
  ![AcaPre_Agent](./fig/DALL_E_presentation.webp)
requirement.txt CHANGED
@@ -1,3 +1,4 @@
1
  torch
2
  gradio
3
  transformers
 
 
1
  torch
2
  gradio
3
  transformers
4
+ gradio_client