yfor commited on
Commit
c52baa7
·
1 Parent(s): 8ccc3c7

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,6 +9,6 @@ iface = gr.Interface(fn=summary, inputs=[
9
  gr.components.Textbox(label='api key',
10
  placeholder='apikey from openai',
11
  type="password"),
12
- gr.Radio(["summary", "markmap"], value="summary", label="Select summarizing method")
13
  ], outputs="text")
14
  iface.launch()
 
9
  gr.components.Textbox(label='api key',
10
  placeholder='apikey from openai',
11
  type="password"),
12
+ # gr.Radio(["summary", "markmap"], value="summary", label="Select summarizing method")
13
  ], outputs="text")
14
  iface.launch()