Spaces:
Runtime error
Runtime error
fix: Removed blocks
Browse files
app.py
CHANGED
@@ -139,8 +139,5 @@ iface = gr.ChatInterface(
|
|
139 |
title="LLAMA CPP Template"
|
140 |
)
|
141 |
|
142 |
-
with gr.Blocks() as demo:
|
143 |
-
iface.render()
|
144 |
-
|
145 |
logging.info("Starting Application")
|
146 |
-
|
|
|
139 |
title="LLAMA CPP Template"
|
140 |
)
|
141 |
|
|
|
|
|
|
|
142 |
logging.info("Starting Application")
|
143 |
+
iface.launch(show_api=False)
|