Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,7 @@ with gr.Blocks() as b:
|
|
| 45 |
with gr.Row():
|
| 46 |
with gr.Column(scale=1):
|
| 47 |
exp1=gr.Button("Example 1")
|
| 48 |
-
json_ob=gr.JSON()
|
| 49 |
with gr.Column(scale=2):
|
| 50 |
in_txt=gr.Textbox(label="Text",lines=10)
|
| 51 |
names=gr.Dropdown()
|
|
|
|
| 45 |
with gr.Row():
|
| 46 |
with gr.Column(scale=1):
|
| 47 |
exp1=gr.Button("Example 1")
|
| 48 |
+
json_ob=gr.JSON(label="Model Config")
|
| 49 |
with gr.Column(scale=2):
|
| 50 |
in_txt=gr.Textbox(label="Text",lines=10)
|
| 51 |
names=gr.Dropdown()
|