Spaces:
Sleeping
Sleeping
main added
Browse files
main.py
CHANGED
@@ -20,6 +20,10 @@ with demo:
|
|
20 |
|
21 |
b1.click(fn = pred, inputs=input_text, outputs= output_text)
|
22 |
|
23 |
-
|
|
|
|
|
|
|
|
|
24 |
|
25 |
|
|
|
20 |
|
21 |
b1.click(fn = pred, inputs=input_text, outputs= output_text)
|
22 |
|
23 |
+
if __name__=='__main__':
|
24 |
+
demo.launch()
|
25 |
+
|
26 |
+
# if __name__=='__main__'
|
27 |
+
|
28 |
|
29 |
|