Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import gradio as gr
|
2 |
import spaces
|
3 |
import torch
|
@@ -371,4 +390,4 @@ with gr.Blocks(theme=gr.themes.Default(), css=css) as iface:
|
|
371 |
# Launch
|
372 |
##################################################
|
373 |
if __name__ == "__main__":
|
374 |
-
iface.launch()
|
|
|
1 |
+
<div align="center" style="line-height: 1;">
|
2 |
+
<a href=" https://discord.gg/openfreeai" style="margin: 2px;">
|
3 |
+
<img alt="OpenFree AI Discord Server" src="https://img.shields.io/badge/Discord-000000?style=for-the-badge&logo=discord&logoColor=000&logoColor=white" style="display: inline-block; vertical-align: middle;"/>
|
4 |
+
</a>
|
5 |
+
<a href=" https://x.com/openfree_ai" style="margin: 2px;">
|
6 |
+
<img alt="OpenFree AI x.com" src="https://img.shields.io/badge/twitter-000000?style=for-the-badge&logo=twitter&logoColor=000&logoColor=white" style="display: inline-block; vertical-align: middle;"/>
|
7 |
+
</a>
|
8 |
+
<a href="https://huggingface.co/collections/VIDraft/best-open-ai-services-68057e6e312880ea92abaf4c" style="margin: 2px;">
|
9 |
+
<img alt="Collections" src="https://img.shields.io/badge/Collections-f000000?style=for-the-badge&logo=huggingface&logoColor=000&labelColor" style="display: inline-block; vertical-align: middle;"/>
|
10 |
+
</a>
|
11 |
+
<a href="https://huggingface.co/VIDraft" style="margin: 2px;">
|
12 |
+
<img alt="HF Page" src="https://img.shields.io/badge/VIDraft-fcd022?style=for-the-badge&logo=huggingface&logoColor=000&labelColor" style="display: inline-block; vertical-align: middle;"/>
|
13 |
+
</a>
|
14 |
+
</div>
|
15 |
+
|
16 |
+
<div align="center" style="font-weight: bold; margin-top: 10px; margin-bottom: 15px;">
|
17 |
+
Papers Leaderboard: <a href="https://huggingface.co/spaces/Heartsync/Papers-Leaderboard">https://huggingface.co/spaces/Heartsync/Papers-Leaderboard</a>
|
18 |
+
</div>
|
19 |
+
|
20 |
import gradio as gr
|
21 |
import spaces
|
22 |
import torch
|
|
|
390 |
# Launch
|
391 |
##################################################
|
392 |
if __name__ == "__main__":
|
393 |
+
iface.launch()
|