Spaces:
Running
on
Zero
Running
on
Zero
Update
Browse files
app.py
CHANGED
|
@@ -5,6 +5,8 @@ import os
|
|
| 5 |
import gradio as gr
|
| 6 |
import torch
|
| 7 |
|
|
|
|
|
|
|
| 8 |
from app_stylization import demo as demo_stylization
|
| 9 |
from app_zero_shot import demo as demo_zero_shot
|
| 10 |
|
|
|
|
| 5 |
import gradio as gr
|
| 6 |
import torch
|
| 7 |
|
| 8 |
+
torch.jit.script = lambda x: x
|
| 9 |
+
|
| 10 |
from app_stylization import demo as demo_stylization
|
| 11 |
from app_zero_shot import demo as demo_zero_shot
|
| 12 |
|