Martin van Dijk commited on
Commit
40c4dc0
·
1 Parent(s): abf3d23

Update space

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -17,6 +17,3 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
17
  """
18
  demo = gr.Interface(fn=predict, inputs="text", outputs="text").launch()
19
 
20
-
21
- if __name__ == "__main__":
22
- demo.launch()
 
17
  """
18
  demo = gr.Interface(fn=predict, inputs="text", outputs="text").launch()
19