Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,11 +12,7 @@ Original file is located at
|
|
12 |
This notebook provides a complete interface for generating SOAP notes from medical text using the Gemma 3N model.
|
13 |
"""
|
14 |
|
15 |
-
|
16 |
-
!pip install -q transformers torch torchvision torchaudio timm accelerate
|
17 |
-
!pip install -q ipywidgets gradio
|
18 |
-
!pip install -q --upgrade huggingface_hub
|
19 |
-
!pip install GPUtil
|
20 |
|
21 |
# Enable widgets
|
22 |
from IPython.display import display, HTML
|
|
|
12 |
This notebook provides a complete interface for generating SOAP notes from medical text using the Gemma 3N model.
|
13 |
"""
|
14 |
|
15 |
+
|
|
|
|
|
|
|
|
|
16 |
|
17 |
# Enable widgets
|
18 |
from IPython.display import display, HTML
|