Spaces:
Sleeping
Sleeping
adding launch
Browse files
app.py
CHANGED
|
@@ -251,4 +251,6 @@ demo = gr.Interface(
|
|
| 251 |
gr.Textbox(label = "Source 3", max_lines = 10, autoscroll = False, type = "text"),
|
| 252 |
gr.State()
|
| 253 |
],
|
| 254 |
-
)
|
|
|
|
|
|
|
|
|
| 251 |
gr.Textbox(label = "Source 3", max_lines = 10, autoscroll = False, type = "text"),
|
| 252 |
gr.State()
|
| 253 |
],
|
| 254 |
+
)
|
| 255 |
+
|
| 256 |
+
demo.launch()
|