Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
remove replicate
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
from app_replicate import demo as demo_replicate
|
4 |
from app_huggingface import demo as demo_huggingface
|
5 |
from app_playai import demo as demo_playai
|
6 |
from app_allenai import demo as demo_allenai
|
@@ -23,9 +23,9 @@ from app_xai import demo as demo_grok
|
|
23 |
from app_showui import demo as demo_showui
|
24 |
|
25 |
with gr.Blocks(fill_height=True) as demo:
|
26 |
-
with gr.Tab("Replicate"):
|
27 |
-
|
28 |
-
|
29 |
with gr.Tab("Qwen"):
|
30 |
demo_qwen.render()
|
31 |
gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
#from app_replicate import demo as demo_replicate
|
4 |
from app_huggingface import demo as demo_huggingface
|
5 |
from app_playai import demo as demo_playai
|
6 |
from app_allenai import demo as demo_allenai
|
|
|
23 |
from app_showui import demo as demo_showui
|
24 |
|
25 |
with gr.Blocks(fill_height=True) as demo:
|
26 |
+
# with gr.Tab("Replicate"):
|
27 |
+
# demo_replicate.render()
|
28 |
+
# gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
|
29 |
with gr.Tab("Qwen"):
|
30 |
demo_qwen.render()
|
31 |
gr.Markdown("This app is built with gradio, check out gradio github and star: <a href='https://github.com/gradio-app/gradio'>Gradio <img src='https://img.shields.io/github/stars/gradio-app/gradio'></a>.")
|