Update gradio_app.py
Browse files- gradio_app.py +4 -0
gradio_app.py
CHANGED
|
@@ -18,6 +18,10 @@ DESCRIPTION = '''
|
|
| 18 |
<strong><span class="intro-icon">ℹ️</span> Notice:</strong> For research purposes only. AI responses may have limitations due to development, datasets, and architecture. <strong>Always consult a medical professional for health advice 🩺</strong>.
|
| 19 |
</div>
|
| 20 |
'''
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
# Read CSS content
|
| 22 |
with open("static/style.css", "r") as file:
|
| 23 |
CSS = file.read()
|
|
|
|
| 18 |
<strong><span class="intro-icon">ℹ️</span> Notice:</strong> For research purposes only. AI responses may have limitations due to development, datasets, and architecture. <strong>Always consult a medical professional for health advice 🩺</strong>.
|
| 19 |
</div>
|
| 20 |
'''
|
| 21 |
+
|
| 22 |
+
import seedir as sd
|
| 23 |
+
sd.seedir(".")
|
| 24 |
+
|
| 25 |
# Read CSS content
|
| 26 |
with open("static/style.css", "r") as file:
|
| 27 |
CSS = file.read()
|