Spaces:
Sleeping
Sleeping
funnyPhani
commited on
Commit
•
1168346
1
Parent(s):
62ff2dd
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import google.generativeai as genai
|
2 |
import gradio as gr
|
3 |
-
import PIL.Image
|
4 |
|
5 |
def medicalImageAnalyzer(image,prompt):
|
6 |
# img = PIL.Image.open(image.name)
|
|
|
1 |
import google.generativeai as genai
|
2 |
import gradio as gr
|
3 |
+
# import PIL.Image
|
4 |
|
5 |
def medicalImageAnalyzer(image,prompt):
|
6 |
# img = PIL.Image.open(image.name)
|