NeoPy commited on
Commit
f8fe412
·
verified ·
1 Parent(s): 3c956ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,5 +1,4 @@
1
  import gradio as gr
2
- import spaces
3
 
4
  # Define custom CSS for better styling
5
  custom_css = """
@@ -52,7 +51,7 @@ with gr.Blocks() as mod:
52
  gr.HTML("<iframe src='https://john6666-diffusecraftmod.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
53
 
54
  with gr.Blocks() as votepurchase:
55
- gr.HTML("<iframe src='https://john6666-diffusecraftmod.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
56
 
57
 
58
 
 
1
  import gradio as gr
 
2
 
3
  # Define custom CSS for better styling
4
  custom_css = """
 
51
  gr.HTML("<iframe src='https://john6666-diffusecraftmod.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
52
 
53
  with gr.Blocks() as votepurchase:
54
+ gr.HTML("<iframe src='https://john6666-votepurchase-multiple-model.hf.space' width='100%' height='2000px' style='border-radius: 8px;'></iframe>")
55
 
56
 
57