AnasEll commited on
Commit
c495889
·
1 Parent(s): 3039973

refactor: split client/server structure

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py → server/app.py +0 -0
README.md CHANGED
@@ -6,7 +6,7 @@ colorTo: green
6
  sdk: gradio
7
  sdk_version: 6.14.0
8
  python_version: '3.13'
9
- app_file: app.py
10
  pinned: false
11
  ---
12
  # hugging face space config
 
6
  sdk: gradio
7
  sdk_version: 6.14.0
8
  python_version: '3.13'
9
+ app_file: server/app.py
10
  pinned: false
11
  ---
12
  # hugging face space config
app.py → server/app.py RENAMED
File without changes