Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ demo = gr.Interface(
|
|
33 |
[
|
34 |
gr.Textbox(label='code 1'),
|
35 |
gr.Textbox(label='code 2'),
|
36 |
-
gr.
|
37 |
],
|
38 |
"text",
|
39 |
examples=[
|
|
|
33 |
[
|
34 |
gr.Textbox(label='code 1'),
|
35 |
gr.Textbox(label='code 2'),
|
36 |
+
gr.Radio(["UAE-Code-Large-V1", "UAE-Large-V1"], label="model", value="UAE-Code-Large-V1"),
|
37 |
],
|
38 |
"text",
|
39 |
examples=[
|