Spaces:
Runtime error
Runtime error
Commit
·
0401773
1
Parent(s):
aeb5631
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,9 @@ with demo:
|
|
43 |
text.submit(infer, inputs=[text, samples], outputs=gallery)
|
44 |
btn.click(infer, inputs=[text, samples], outputs=gallery, show_progress=True, status_tracker=None)
|
45 |
|
46 |
-
|
|
|
|
|
47 |
|
48 |
|
49 |
|
|
|
43 |
text.submit(infer, inputs=[text, samples], outputs=gallery)
|
44 |
btn.click(infer, inputs=[text, samples], outputs=gallery, show_progress=True, status_tracker=None)
|
45 |
|
46 |
+
|
47 |
+
|
48 |
+
demo.launch(share=True)
|
49 |
|
50 |
|
51 |
|