Update app.py
Browse files
app.py
CHANGED
|
@@ -117,4 +117,4 @@ demo = gr.Interface(
|
|
| 117 |
outputs=[gr.Textbox(label="Response"), gr.Image(label="Chart", type="filepath")],
|
| 118 |
title="IT Assistant")
|
| 119 |
|
| 120 |
-
demo.launch(
|
|
|
|
| 117 |
outputs=[gr.Textbox(label="Response"), gr.Image(label="Chart", type="filepath")],
|
| 118 |
title="IT Assistant")
|
| 119 |
|
| 120 |
+
demo.launch(show_api=False)
|