Muhammadidrees commited on
Commit
21b2dc6
·
verified ·
1 Parent(s): 9c96817

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -1,4 +1,3 @@
1
- ```python
2
  import gradio as gr
3
  import torch
4
  from diffusers import DiffusionPipeline
@@ -87,5 +86,3 @@ with gr.Blocks(title="🎭 Claymation Talking Avatar Generator") as demo:
87
 
88
  # ---------------------- LAUNCH ----------------------
89
  demo.queue().launch(debug=True, share=False)
90
- ```
91
-
 
 
1
  import gradio as gr
2
  import torch
3
  from diffusers import DiffusionPipeline
 
86
 
87
  # ---------------------- LAUNCH ----------------------
88
  demo.queue().launch(debug=True, share=False)