Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,6 @@
|
|
1 |
# -*- coding: utf-8
|
2 |
|
3 |
# 🏥 Gemma 3N SOAP Note Generator
|
4 |
-
## Interactive Medical Documentation Assistant
|
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
|
|
|
1 |
# -*- coding: utf-8
|
2 |
|
3 |
# 🏥 Gemma 3N SOAP Note Generator
|
|
|
|
|
|
|
|
|
4 |
@spaces.GPU # This decorator tells HF Spaces to use GPU
|
5 |
|
6 |
# Enable widgets
|