jacobmp commited on
Commit
9ff8035
·
verified ·
1 Parent(s): 93bb55b

typo in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,6 +44,6 @@ def process(path):
44
 
45
  return full_text
46
 
47
- if __name__ == "__main__"
48
  demo = gr.Interface(fn=process, inputs=gr.Image(type="filepath"), outputs="text")
49
  demo.launch()
 
44
 
45
  return full_text
46
 
47
+ if __name__ == "__main__":
48
  demo = gr.Interface(fn=process, inputs=gr.Image(type="filepath"), outputs="text")
49
  demo.launch()