Spaces:
Runtime error
Runtime error
updated
Browse files
app.py
CHANGED
@@ -224,7 +224,7 @@ app = gr.Interface(fn=engine,
|
|
224 |
gr.outputs.Image(type="pil", label="output image")],
|
225 |
examples = ['Apple']
|
226 |
#examples=["On April 17th Sunday George celebrated Easter. He is staying at Empire State building with his parents. He is a citizen of Canada and speaks English and French fluently. His role model is former president Obama. He got 1000 dollar from his mother to visit Disney World and to buy new iPhone mobile. George likes watching Game of Thrones."]
|
227 |
-
).launch(debug=True)
|
228 |
|
229 |
|
230 |
#get_audio = gr.Button("generate audio")
|
|
|
224 |
gr.outputs.Image(type="pil", label="output image")],
|
225 |
examples = ['Apple']
|
226 |
#examples=["On April 17th Sunday George celebrated Easter. He is staying at Empire State building with his parents. He is a citizen of Canada and speaks English and French fluently. His role model is former president Obama. He got 1000 dollar from his mother to visit Disney World and to buy new iPhone mobile. George likes watching Game of Thrones."]
|
227 |
+
).launch(enable_queue=True) #(debug=True)
|
228 |
|
229 |
|
230 |
#get_audio = gr.Button("generate audio")
|