Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
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()
|