Stanislav commited on
Commit
a755274
·
1 Parent(s): 4ef3eed

feat: app_file

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. app.py +1 -0
README.md CHANGED
@@ -6,7 +6,7 @@ colorTo: "green"
6
  sdk: "gradio"
7
  sdk_version: "3.0"
8
  python_version: "3.10"
9
- app_file: "run_fastapi.py"
10
  fullWidth: true
11
  header: "default"
12
  short_description: "AI-powered object cutter using Grounding DINO and SAM."
 
6
  sdk: "gradio"
7
  sdk_version: "3.0"
8
  python_version: "3.10"
9
+ app_file: "app.py"
10
  fullWidth: true
11
  header: "default"
12
  short_description: "AI-powered object cutter using Grounding DINO and SAM."
app.py ADDED
@@ -0,0 +1 @@
 
 
1
+ from run_fastapi import app