chandrakalagowda commited on
Commit
5ada9cf
1 Parent(s): 83b674f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -168,5 +168,5 @@ interface = gradio.Interface(search,
168
  gradio.inputs.Textbox(lines=1),
169
  [gradio.outputs.Image(type="filepath", label=None) for _ in range(5)]
170
  )
171
- if __name__ == "__main__":
172
- interface.launch(inline=True, share=True)
 
168
  gradio.inputs.Textbox(lines=1),
169
  [gradio.outputs.Image(type="filepath", label=None) for _ in range(5)]
170
  )
171
+
172
+ interface.launch(inline=True, share=True)