tsengiii commited on
Commit
be9fba2
·
verified ·
1 Parent(s): 377557b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -1,6 +1,3 @@
1
- # 最棒第一組
2
- # 歡迎來到第一組的魔法世界✨
3
-
4
  import gradio as gr
5
  import subprocess
6
  import torch
@@ -68,4 +65,4 @@ io = gr.Interface(generate_caption,
68
  # gr.Image(label="Output Image")
69
  ]
70
  )
71
- io.launch(debug=True)
 
 
 
 
1
  import gradio as gr
2
  import subprocess
3
  import torch
 
65
  # gr.Image(label="Output Image")
66
  ]
67
  )
68
+ io.launch(debug=True)