Omnibus commited on
Commit
30feecb
·
verified ·
1 Parent(s): fb8bd23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
 
4
  def get_api(inp):
5
  r = requests.get(f'{inp}')
6
- return (r.content)
7
 
8
  with gr.Blocks() as app:
9
  inp=gr.Textbox()
 
3
 
4
  def get_api(inp):
5
  r = requests.get(f'{inp}')
6
+ return (r.text)
7
 
8
  with gr.Blocks() as app:
9
  inp=gr.Textbox()