aliabd HF staff commited on
Commit
61edbdc
1 Parent(s): 08e20de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,4 +75,4 @@ In fact, since this guide itself was written in markdown, I went ahead and passe
75
  ### That's all! Happy building :)
76
  """
77
 
78
- gr.Interface(predict, gradio.inputs.Radio(["header","link","image"], label="Syntax for.."), gradio.outputs.Textbox(label="syntax"), article=article).launch()
 
75
  ### That's all! Happy building :)
76
  """
77
 
78
+ gr.Interface(predict, gr.inputs.Radio(["header","link","image"], label="Syntax for.."), gr.outputs.Textbox(label="syntax"), article=article).launch()