freyza commited on
Commit
3593209
·
verified ·
1 Parent(s): 1b5573d

Update src/webui.py

Browse files
Files changed (1) hide show
  1. src/webui.py +4 -2
src/webui.py CHANGED
@@ -182,8 +182,10 @@ if __name__ == '__main__':
182
 
183
  with gr.Blocks(title='AICoverGen WebUI') as app:
184
 
185
- gr.Label('Cover', show_label=False)
186
-
 
 
187
  # main tab
188
  with gr.Tab("Generate"):
189
 
 
182
 
183
  with gr.Blocks(title='AICoverGen WebUI') as app:
184
 
185
+ gr.Label('AICoverGen WebUI', show_label=False)
186
+ gr.HTML(
187
+ "<h3>Modified Covergen Repo — <a href='https://github.com/ardha27/AICoverGen-Mod'></a></h3>"
188
+
189
  # main tab
190
  with gr.Tab("Generate"):
191