Ayeshanoor101
commited on
Commit
•
7f55f00
1
Parent(s):
248f83e
Update app.py
Browse files
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 |
-
|
50 |
-
|
|
|
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()
|