Bonosa2 commited on
Commit
367e78f
·
verified ·
1 Parent(s): 42d9279

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@
5
  """
6
  This notebook provides a complete interface for generating SOAP notes from medical text using the Gemma 3N model.
7
  """
8
-
9
 
10
  # Enable widgets
11
  from IPython.display import display, HTML
 
5
  """
6
  This notebook provides a complete interface for generating SOAP notes from medical text using the Gemma 3N model.
7
  """
8
+ @spaces.GPU # This decorator tells HF Spaces to use GPU
9
 
10
  # Enable widgets
11
  from IPython.display import display, HTML