Tonic commited on
Commit
2c2780a
·
1 Parent(s): f33f923

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -46,9 +46,7 @@ iface = gr.Interface(
46
  description=description,
47
  examples=examples,
48
  inputs="text",
49
- outputs="text",
50
- theme="Tonic/indiansummer"
51
- )
52
 
53
  iface.launch()
54
 
 
46
  description=description,
47
  examples=examples,
48
  inputs="text",
49
+ outputs="text")
 
 
50
 
51
  iface.launch()
52