edemgold commited on
Commit
53041a7
1 Parent(s): 8bfadb9

fixing bot

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -15,6 +15,5 @@ def func (message):
15
  return tokenizer.decode(result[0])
16
 
17
  import gradio as gr
18
- app = gr.Interface(fn=func, inputs="textbox"inputs="textbox", outputs="textbox", title="Conversation Bot")
19
-
20
  app.launch()
 
15
  return tokenizer.decode(result[0])
16
 
17
  import gradio as gr
18
+ app = gr.Interface(fn=func, inputs="textbox", outputs="textbox", title="Conversation Bot")
 
19
  app.launch()