wifix199 commited on
Commit
9a44aa3
·
verified ·
1 Parent(s): 97cd03b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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("💬 SuperChat"):
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("🖼️ Finegrain"):
57
  gr.HTML("""
58
- <iframe src='https://finegrain-finegrain-object-cutter.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(server_name="0.0.0.0", server_port=7860, share=True)
 
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()