yuanjie commited on
Commit
26b12e1
·
1 Parent(s): c9ae7aa
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,6 +38,6 @@ def source_info():
38
 
39
 
40
  (
41
- gr.Interface(fn=source_info, inputs="text", outputs=gr.JSON)
42
  .launch()
43
  )
 
38
 
39
 
40
  (
41
+ gr.Interface(fn=source_info, inputs="text", outputs=gr.JSON())
42
  .launch()
43
  )