Spaces:
Sleeping
Sleeping
Update src/webui.py
Browse files- 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('
|
| 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 |
|