Spaces:
Runtime error
Runtime error
Commit
·
4cf8580
1
Parent(s):
087e3bf
fix article
Browse files
app.py
CHANGED
|
@@ -42,8 +42,8 @@ article = """<p style='text-align: center'>
|
|
| 42 |
<a href='https://keras.io/examples/structured_data/deep_neural_decision_forests/' target='_blank'>Keras Example given by Khalid Salama</a>
|
| 43 |
<br/>
|
| 44 |
<a href="https://huggingface.co/lucifertrj">Space by @lucifertrj</a>
|
| 45 |
-
</p>
|
| 46 |
-
"""
|
| 47 |
|
| 48 |
demo = gr.Interface(
|
| 49 |
predict,
|
|
@@ -63,7 +63,7 @@ demo = gr.Interface(
|
|
| 63 |
gr.Slider(1, 100, value=2),
|
| 64 |
gr.Dropdown(countries),
|
| 65 |
],
|
| 66 |
-
"text",
|
| 67 |
title = title,
|
| 68 |
description = description,
|
| 69 |
article = article,
|
|
|
|
| 42 |
<a href='https://keras.io/examples/structured_data/deep_neural_decision_forests/' target='_blank'>Keras Example given by Khalid Salama</a>
|
| 43 |
<br/>
|
| 44 |
<a href="https://huggingface.co/lucifertrj">Space by @lucifertrj</a>
|
| 45 |
+
</p>outputs
|
| 46 |
+
"""
|
| 47 |
|
| 48 |
demo = gr.Interface(
|
| 49 |
predict,
|
|
|
|
| 63 |
gr.Slider(1, 100, value=2),
|
| 64 |
gr.Dropdown(countries),
|
| 65 |
],
|
| 66 |
+
outputs = "text",
|
| 67 |
title = title,
|
| 68 |
description = description,
|
| 69 |
article = article,
|