Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|
|
|
|
|
|