remove theme
Browse files
app.py
CHANGED
|
@@ -19,7 +19,6 @@ iface = gr.Interface(
|
|
| 19 |
title=title,
|
| 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()
|
|
|
|
| 19 |
title=title,
|
| 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 |
|
| 24 |
iface.launch()
|