Spaces:
Runtime error
Runtime error
Commit
Β·
c611f7a
1
Parent(s):
a5156a6
Rename main.py to app.py
Browse files- 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
|
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 |
|