Laughify commited on
Commit
86823fd
·
1 Parent(s): abe4c78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -49,13 +49,5 @@ def run():
49
 
50
  return _app
51
 
52
- interface = gr.Interface(
53
- title="Among Us Logic AI Generator",
54
- description="Generate AI Images of Among Us characters in the Among Us Logic style!",
55
- article="<p style='text-align: center'>Among Us Logic AI Generator | Demo Model</p>",
56
- live=True,
57
- )
58
- interface.launch(share=True)
59
-
60
  app = run()
61
  app.launch(debug=True)
 
49
 
50
  return _app
51
 
 
 
 
 
 
 
 
 
52
  app = run()
53
  app.launch(debug=True)