mgokg commited on
Commit
0265349
·
verified ·
1 Parent(s): 5503bf5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 json_dat
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")