rishabh5752 commited on
Commit
c611f7a
Β·
1 Parent(s): a5156a6

Rename main.py to app.py

Browse files
Files changed (1) hide show
  1. main.py β†’ app.py +1 -1
main.py β†’ app.py RENAMED
@@ -11,7 +11,7 @@ import os
11
  from credentials import OPENAI_API_KEY
12
  from templates import template_for_has_cancer, template_for_does_not_have_cancer
13
  from utils import cancer_category
14
- from app import predict
15
  from PIL import Image
16
  import io
17
 
 
11
  from credentials import OPENAI_API_KEY
12
  from templates import template_for_has_cancer, template_for_does_not_have_cancer
13
  from utils import cancer_category
14
+ from main1 import predict
15
  from PIL import Image
16
  import io
17