Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse filesDeactivation of the API for security reasons that are obvious with a medical model, like this.
app.py
CHANGED
@@ -127,4 +127,4 @@ with gr.Blocks(css="style.css") as demo:
|
|
127 |
chat_interface.render()
|
128 |
|
129 |
if __name__ == "__main__":
|
130 |
-
demo.queue(max_size=20).launch()
|
|
|
127 |
chat_interface.render()
|
128 |
|
129 |
if __name__ == "__main__":
|
130 |
+
demo.queue(max_size=20).launch(show_api=False)
|