Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ with gr.Blocks(
|
|
| 25 |
|
| 26 |
# Define individual tabs as separate Blocks
|
| 27 |
with gr.Tabs():
|
| 28 |
-
with gr.Tab("💬
|
| 29 |
gr.HTML("""
|
| 30 |
<iframe src='https://Qwen-QwQ-32B-preview.hf.space'
|
| 31 |
width='100%' height='800px'
|
|
@@ -53,13 +53,13 @@ with gr.Blocks(
|
|
| 53 |
style='border-radius: 8px; border: none;'></iframe>
|
| 54 |
""")
|
| 55 |
|
| 56 |
-
with gr.Tab("
|
| 57 |
gr.HTML("""
|
| 58 |
-
<iframe src='https://
|
| 59 |
width='100%' height='800px'
|
| 60 |
style='border-radius: 8px; border: none;'></iframe>
|
| 61 |
""")
|
| 62 |
|
| 63 |
# Launch the app with queue support
|
| 64 |
demo.queue(max_size=300)
|
| 65 |
-
demo.launch(
|
|
|
|
| 25 |
|
| 26 |
# Define individual tabs as separate Blocks
|
| 27 |
with gr.Tabs():
|
| 28 |
+
with gr.Tab("💬 Chat"):
|
| 29 |
gr.HTML("""
|
| 30 |
<iframe src='https://Qwen-QwQ-32B-preview.hf.space'
|
| 31 |
width='100%' height='800px'
|
|
|
|
| 53 |
style='border-radius: 8px; border: none;'></iframe>
|
| 54 |
""")
|
| 55 |
|
| 56 |
+
with gr.Tab("👨💻 Website Generator"):
|
| 57 |
gr.HTML("""
|
| 58 |
+
<iframe src='https://Qwen-Qwen2.5-Coder-Artifacts.hf.space'
|
| 59 |
width='100%' height='800px'
|
| 60 |
style='border-radius: 8px; border: none;'></iframe>
|
| 61 |
""")
|
| 62 |
|
| 63 |
# Launch the app with queue support
|
| 64 |
demo.queue(max_size=300)
|
| 65 |
+
demo.launch()
|