Spaces:
Runtime error
Runtime error
Commit
·
b7dcb2f
1
Parent(s):
b806fbd
Update app.py
Browse files
app.py
CHANGED
@@ -25,4 +25,4 @@ outputs = gr.outputs.Textbox(label="Reply")
|
|
25 |
|
26 |
gr.Interface(fn=process_stream, inputs=inputs, outputs=outputs, title="Self_Trained_V2",
|
27 |
description="Ask anything you want",
|
28 |
-
).launch(
|
|
|
25 |
|
26 |
gr.Interface(fn=process_stream, inputs=inputs, outputs=outputs, title="Self_Trained_V2",
|
27 |
description="Ask anything you want",
|
28 |
+
).launch()
|