ecyht2 commited on
Commit
119946b
1 Parent(s): 8d17de7

fix: Removed blocks

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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
- demo.launch(show_api=False)
 
139
  title="LLAMA CPP Template"
140
  )
141
 
 
 
 
142
  logging.info("Starting Application")
143
+ iface.launch(show_api=False)