Cartof commited on
Commit
70976f1
1 Parent(s): 4862b30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -102,7 +102,7 @@ Not interested in describing your needs to ChatGPT? Use [ChatGPT Shortcut](https
102
  </div>
103
  """
104
 
105
- with gr.blocks() as demo:
106
  gr.html(title)
107
  chatbot = []
108
  context = [initial_prompt]
@@ -122,4 +122,4 @@ with gr.blocks() as demo:
122
  css=css_file,
123
  )
124
 
125
- demo.launch()
 
102
  </div>
103
  """
104
 
105
+ #with gr.blocks() as demo:
106
  gr.html(title)
107
  chatbot = []
108
  context = [initial_prompt]
 
122
  css=css_file,
123
  )
124
 
125
+ gradio_ui.launch()