jire-ai commited on
Commit
0bd34ea
·
verified ·
1 Parent(s): 6d5f80a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
 
3
  def open_app():
4
- external_link = "https://1952c980289c62016a.gradio.live/"
5
  return f'<iframe src="{external_link}" style="width:100%;height:800px;"></iframe>'
6
 
7
  with gr.Blocks() as demo:
 
1
  import gradio as gr
2
 
3
  def open_app():
4
+ external_link = "https://3eb291e0802b586833.gradio.live/"
5
  return f'<iframe src="{external_link}" style="width:100%;height:800px;"></iframe>'
6
 
7
  with gr.Blocks() as demo: