Spaces:
Build error
Build error
Update app.py
Browse files
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",
|