Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|