Spaces:
Running
Running
imseldrith
commited on
Commit
•
c385452
1
Parent(s):
a95c80f
Update app.py
Browse files
app.py
CHANGED
@@ -317,6 +317,6 @@ with gr.Blocks(theme=get_theme(), css=get_css(), title="DeepFakeAI 2.0.1") as ui
|
|
317 |
)
|
318 |
clear_video_button.click(fn=clear_output, inputs=unique_id)
|
319 |
with gr.Row():
|
320 |
-
gr.HTML("<center>Made with ❤️ by <a href=
|
321 |
|
322 |
ui.launch(debug=True)
|
|
|
317 |
)
|
318 |
clear_video_button.click(fn=clear_output, inputs=unique_id)
|
319 |
with gr.Row():
|
320 |
+
gr.HTML("""<center>Made with ❤️ by <a href='https://codegenius.me' style="font-weight: bold; font-style: italic; color: red;">Ashiq Hussain</a></center>""")
|
321 |
|
322 |
ui.launch(debug=True)
|