Illustre commited on
Commit
0f73dc5
1 Parent(s): 8d88907

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def inference(prompt):
20
  demo = gr.Interface(
21
  fn=inference,
22
  inputs="text",
23
- outputs=gr.Plot(),
24
  examples=[
25
  ["a red motorcycle"],
26
  ["a RED pumpkin"],
 
20
  demo = gr.Interface(
21
  fn=inference,
22
  inputs="text",
23
+ outputs=gr.Textbox(label = "Text Genereated", lines = 5),
24
  examples=[
25
  ["a red motorcycle"],
26
  ["a RED pumpkin"],