taimoor61 commited on
Commit
b4838df
·
1 Parent(s): f55173f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ gr.Interface(fn=classify,
18
  inputs="textbox",
19
  outputs="text",
20
  title=title,
21
- gr.Interface(fn=fn, theme="dark").launch()
22
  description=description,
23
  examples=examples,
24
  ).launch()
 
18
  inputs="textbox",
19
  outputs="text",
20
  title=title,
21
+ gr.Interface(fn=fn, theme="dark",).launch()
22
  description=description,
23
  examples=examples,
24
  ).launch()