Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ demo = gr.Interface(
|
|
145 |
cache_examples=False,
|
146 |
description="Clinical Terminology Auto Mapper AI",
|
147 |
article="Learn more at [Yggdrasil](https://github.com/AaronCWacker/Yggdrasil)",
|
148 |
-
live=True,
|
149 |
)
|
150 |
|
151 |
if __name__ == "__main__":
|
|
|
145 |
cache_examples=False,
|
146 |
description="Clinical Terminology Auto Mapper AI",
|
147 |
article="Learn more at [Yggdrasil](https://github.com/AaronCWacker/Yggdrasil)",
|
148 |
+
# live=True,
|
149 |
)
|
150 |
|
151 |
if __name__ == "__main__":
|