mgokg commited on
Commit
382626b
·
verified ·
1 Parent(s): 0a37457

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def take_screenshots(ort, start, end, step):
37
  )
38
  result = result[1]
39
  result = result[0][1]
40
- #result=gr.Markdown(result)
41
  return result
42
 
43
  iface = gr.Interface(
 
37
  )
38
  result = result[1]
39
  result = result[0][1]
40
+ result=gr.Markdown(result)
41
  return result
42
 
43
  iface = gr.Interface(