Spaces:
Runtime error
Runtime error
ahnafsamin
commited on
Commit
•
da407cf
1
Parent(s):
5434ff5
Update app.py
Browse files
app.py
CHANGED
@@ -33,6 +33,7 @@ examples = [
|
|
33 |
]
|
34 |
|
35 |
|
|
|
36 |
gr.Interface(
|
37 |
inference,
|
38 |
[gr.inputs.Textbox(label="input text", lines=3), gr.inputs.Radio(choices=["gronings"], type="value", default="gronings", label="language")],
|
|
|
33 |
]
|
34 |
|
35 |
|
36 |
+
|
37 |
gr.Interface(
|
38 |
inference,
|
39 |
[gr.inputs.Textbox(label="input text", lines=3), gr.inputs.Radio(choices=["gronings"], type="value", default="gronings", label="language")],
|