hermanhelf commited on
Commit
24edd57
1 Parent(s): 3eb2381

* app.py: remove token, it is not a block now

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ with gr.Blocks(css="style.css") as demo:
107
  chat_inputs = [
108
  image,
109
  text_input,
110
- tokens
111
  ]
112
  chat_outputs = [
113
  text_output
 
107
  chat_inputs = [
108
  image,
109
  text_input,
110
+ # tokens
111
  ]
112
  chat_outputs = [
113
  text_output