lunarflu HF Staff commited on
Commit
10a59bb
·
verified ·
1 Parent(s): d099fb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,8 +65,8 @@ def greet(name):
65
 
66
  if __name__ == "__main__":
67
  try:
68
- demo = gr.Interface(fn=greet, inputs="text", outputs="text")
69
- demo.launch()
70
  asyncio.run(main())
71
 
72
  except Exception as e:
 
65
 
66
  if __name__ == "__main__":
67
  try:
68
+ #demo = gr.Interface(fn=greet, inputs="text", outputs="text")
69
+ #demo.launch()
70
  asyncio.run(main())
71
 
72
  except Exception as e: