Spaces:
Running
Running
disallow apis
Browse files- __pycache__/constant.cpython-311.pyc +0 -0
- app.py +1 -4
__pycache__/constant.cpython-311.pyc
CHANGED
|
Binary files a/__pycache__/constant.cpython-311.pyc and b/__pycache__/constant.cpython-311.pyc differ
|
|
|
app.py
CHANGED
|
@@ -88,8 +88,5 @@ with gr.Blocks(gr.themes.Soft(), js=js_code_label) as demo:
|
|
| 88 |
)
|
| 89 |
chat.chatbot.height = 550
|
| 90 |
|
| 91 |
-
|
| 92 |
-
|
| 93 |
-
|
| 94 |
if __name__ == "__main__":
|
| 95 |
-
demo.launch()
|
|
|
|
| 88 |
)
|
| 89 |
chat.chatbot.height = 550
|
| 90 |
|
|
|
|
|
|
|
|
|
|
| 91 |
if __name__ == "__main__":
|
| 92 |
+
demo.launch(show_api=False)
|