sbthesis commited on
Commit
72a4157
·
1 Parent(s): c70e210

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ gr.Interface(
23
  title=title,
24
  description=description,
25
  examples=examples,
26
- inputs=["text", "state"],
27
  outputs=["text"],
28
  theme="finlaymacklon/boxy_violet",
29
  ).launch()
 
23
  title=title,
24
  description=description,
25
  examples=examples,
26
+ inputs=["text"],
27
  outputs=["text"],
28
  theme="finlaymacklon/boxy_violet",
29
  ).launch()