Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import os
|
| 2 |
-
os.environ["
|
| 3 |
|
| 4 |
import gradio as gr
|
| 5 |
import torch
|
|
|
|
| 1 |
import os
|
| 2 |
+
os.environ["COQUI_NO_TERMS"] = "1" # Add this line to accept the TOS
|
| 3 |
|
| 4 |
import gradio as gr
|
| 5 |
import torch
|