'1'
Browse files- app.py +1 -1
- gitpull.cmd +1 -1
app.py
CHANGED
@@ -30,7 +30,7 @@ def test(text):
|
|
30 |
demo = gr.Interface(
|
31 |
fn=test,
|
32 |
inputs=["text"],
|
33 |
-
outputs=["
|
34 |
)
|
35 |
|
36 |
demo.launch(share=True)
|
|
|
30 |
demo = gr.Interface(
|
31 |
fn=test,
|
32 |
inputs=["text"],
|
33 |
+
outputs=["image"],
|
34 |
)
|
35 |
|
36 |
demo.launch(share=True)
|
gitpull.cmd
CHANGED
@@ -2,4 +2,4 @@
|
|
2 |
git add *
|
3 |
git commit -m '1'
|
4 |
git push
|
5 |
-
pause 0
|
|
|
2 |
git add *
|
3 |
git commit -m '1'
|
4 |
git push
|
5 |
+
@REM pause 0
|