Ayeshanoor101 commited on
Commit
7f55f00
1 Parent(s): 248f83e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -46,5 +46,5 @@ description = """
46
  #demo = gr.ChatInterface(chat, description=description).queue()
47
  demo= gr.Interface(fn=chat, inputs="textbox", outputs="textbox",description=description)
48
 
49
- if __name__ == "__main__":
50
- demo.launch()
 
46
  #demo = gr.ChatInterface(chat, description=description).queue()
47
  demo= gr.Interface(fn=chat, inputs="textbox", outputs="textbox",description=description)
48
 
49
+
50
+ demo.launch()