nehalelkaref commited on
Commit
2d7bba1
·
verified ·
1 Parent(s): 3c53670

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ if __name__ == '__main__':
62
  # iface= gr.Base(primary_hue="green")
63
 
64
 
65
- with gr.Blocks() as iface:
66
  example_input=gr.Textbox(label="Input Example", lines=1)
67
 
68
  gr.Interface(fn=predict_label, inputs="text", outputs="text",
 
62
  # iface= gr.Base(primary_hue="green")
63
 
64
 
65
+ with gr.Blocks(theme='finlaymacklon/smooth_slate') as iface:
66
  example_input=gr.Textbox(label="Input Example", lines=1)
67
 
68
  gr.Interface(fn=predict_label, inputs="text", outputs="text",