wuhp commited on
Commit
bf065ff
·
verified ·
1 Parent(s): a832716

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -1,4 +1,3 @@
1
- ```python
2
  import gradio as gr
3
  from internetarchive import search_items, get_item
4
  import requests
@@ -190,4 +189,3 @@ with gr.Blocks() as demo:
190
 
191
  if __name__ == "__main__":
192
  demo.launch()
193
- ```
 
 
1
  import gradio as gr
2
  from internetarchive import search_items, get_item
3
  import requests
 
189
 
190
  if __name__ == "__main__":
191
  demo.launch()