Commit
•
236d537
1
Parent(s):
c804b0a
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import gradio as gr
|
|
|
2 |
from modelscope.pipelines import pipeline
|
3 |
from modelscope.outputs import OutputKeys
|
4 |
|
|
|
1 |
import gradio as gr
|
2 |
+
import os
|
3 |
from modelscope.pipelines import pipeline
|
4 |
from modelscope.outputs import OutputKeys
|
5 |
|