Bonosa2 commited on
Commit
f5b49a2
·
verified ·
1 Parent(s): 7403c04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
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
- # Install required packages
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