Update app.py
Browse files
app.py
CHANGED
@@ -76,4 +76,4 @@ with gr.Blocks() as demo:
|
|
76 |
text_streaming = output_streaming(text_streaming,text)
|
77 |
gr.Textbox(value=text, label="Result", autofocus=True)
|
78 |
|
79 |
-
demo.launch(
|
|
|
76 |
text_streaming = output_streaming(text_streaming,text)
|
77 |
gr.Textbox(value=text, label="Result", autofocus=True)
|
78 |
|
79 |
+
demo.launch()
|