Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|