injilashah commited on
Commit
5ecd58d
·
verified ·
1 Parent(s): 72f3a7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,4 +34,4 @@ inputs=[gr.Radio(["Bloom", "Gemma"], label="Choose model"),
34
  outputs="text",
35
  title="Bloom vs Gemma Sentence completion",)
36
 
37
- interface.launch(share = True)
 
34
  outputs="text",
35
  title="Bloom vs Gemma Sentence completion",)
36
 
37
+ interface.launch(share = True, debug = True)