iamthewalrus67 commited on
Commit
3efdd79
·
1 Parent(s): 919bf29

Possible fix

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -56,8 +56,4 @@ chatbot = gr.ChatInterface(
56
  ],
57
  )
58
 
59
- with gr.Blocks() as demo:
60
- chatbot.render()
61
-
62
- if __name__ == "__main__":
63
- demo.launch()
 
56
  ],
57
  )
58
 
59
+ chatbot.launch()