ZamiSanj commited on
Commit
5916d6d
1 Parent(s): 5d27f21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -6,7 +6,4 @@ def alternatingly_agree(message, history):
6
  else:
7
  return "I don't think so"
8
 
9
- gr.ChatInterface(alternatingly_agree).launch()
10
-
11
- iface = gr.Interface(fn=greet, inputs="text", outputs="text")
12
- iface.launch()
 
6
  else:
7
  return "I don't think so"
8
 
9
+ gr.ChatInterface(alternatingly_agree).launch()