MixoMax commited on
Commit
dfe7359
1 Parent(s): 8c528e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -157,5 +157,6 @@ iface = gr.Interface(
157
  outputs=gr.Textbox(),
158
  title = "GPT-2 Powered MTG Card Generator",
159
  description = "Enter Manacost as '2UG' for 2 colorless + Blue + Green mana. \n\n Temperature is recomended between 0.4 and 0.9. Anything above 1 will lead to random Chaos and very low values will just be boring.",
 
160
  )
161
- iface.launch(allow_flagging = "never", show_api = True)
 
157
  outputs=gr.Textbox(),
158
  title = "GPT-2 Powered MTG Card Generator",
159
  description = "Enter Manacost as '2UG' for 2 colorless + Blue + Green mana. \n\n Temperature is recomended between 0.4 and 0.9. Anything above 1 will lead to random Chaos and very low values will just be boring.",
160
+ allow_flagging = "never"
161
  )
162
+ iface.launch(show_api = True)