change theme to huggingface
Browse files
app.py
CHANGED
|
@@ -20,6 +20,6 @@ iface = gr.Interface(
|
|
| 20 |
description=description,
|
| 21 |
inputs=[gr.inputs.Number(default=None, label=None), gr.inputs.Dropdown(["Female", "Male"], default="Male"), gr.inputs.Dropdown(["Asian", "Black", "Coloured", "White", "Other"], default="Asian"), gr.inputs.Dropdown(["1", "2"], default="1")],
|
| 22 |
outputs="text",
|
| 23 |
-
theme="
|
| 24 |
|
| 25 |
iface.launch()
|
|
|
|
| 20 |
description=description,
|
| 21 |
inputs=[gr.inputs.Number(default=None, label=None), gr.inputs.Dropdown(["Female", "Male"], default="Male"), gr.inputs.Dropdown(["Asian", "Black", "Coloured", "White", "Other"], default="Asian"), gr.inputs.Dropdown(["1", "2"], default="1")],
|
| 22 |
outputs="text",
|
| 23 |
+
theme="huggingface")
|
| 24 |
|
| 25 |
iface.launch()
|