Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,4 +15,4 @@ with gr.Blocks() as demo:
|
|
15 |
output = gr.Textbox(label="Response:")
|
16 |
submitBtn.click(fn=process, inputs=[choice,textFile,webLink],outputs=output)
|
17 |
|
18 |
-
demo.launch(
|
|
|
15 |
output = gr.Textbox(label="Response:")
|
16 |
submitBtn.click(fn=process, inputs=[choice,textFile,webLink],outputs=output)
|
17 |
|
18 |
+
demo.launch()
|