Laughify commited on
Commit
95cb04d
Β·
1 Parent(s): 1d8d14e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -49,12 +49,12 @@ def run():
49
 
50
  interface = gr.Interface(
51
  predict,
52
- inputs="sketchpad",
53
- outputs="label",
54
  theme="huggingface",
55
  title="Among Us Logic AI Generator",
56
- description="Who wants to play Pictionary? Draw a common object like a shovel or a laptop, and the algorithm will guess in real time!",
57
- article="<p style='text-align: center'>Sketch Recognition | Demo Model</p>",
58
  live=True,
59
  )
60
  interface.launch(share=True)
 
49
 
50
  interface = gr.Interface(
51
  predict,
52
+ inputs="text",
53
+ outputs="images",
54
  theme="huggingface",
55
  title="Among Us Logic AI Generator",
56
+ description="Generate AI Images of Among Us characters in the Among Us Logic style!",
57
+ article="<p style='text-align: center'>Among Us Logic AI Generator | Demo Model</p>",
58
  live=True,
59
  )
60
  interface.launch(share=True)