Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -152,11 +152,11 @@ with gr.Blocks() as demo:
|
|
152 |
#values = list(result.values())
|
153 |
# Return the value at index 1
|
154 |
json_data =result[1][0]
|
155 |
-
json_dat = json_data[1]
|
156 |
#json_dat=gr.Markdown()
|
157 |
#return result
|
158 |
#return result[1]
|
159 |
-
return
|
160 |
|
161 |
with gr.Row():
|
162 |
clearbutton = gr.Button("Clear")
|
|
|
152 |
#values = list(result.values())
|
153 |
# Return the value at index 1
|
154 |
json_data =result[1][0]
|
155 |
+
#json_dat = json_data[1]
|
156 |
#json_dat=gr.Markdown()
|
157 |
#return result
|
158 |
#return result[1]
|
159 |
+
return json_data
|
160 |
|
161 |
with gr.Row():
|
162 |
clearbutton = gr.Button("Clear")
|