Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -232,7 +232,7 @@ textbox = gr.Textbox(label="Type Java code snippet:", placeholder="replace varia
|
|
232 |
|
233 |
gr.Interface(title = title, description = description, examples = ex, fn=greet, inputs=[
|
234 |
textbox,
|
235 |
-
gr.Textbox(type="text", label="Number of tokens in name:", placeholder="0 for randomly sampled number of tokens")
|
236 |
], outputs="text").launch()
|
237 |
|
238 |
|
|
|
232 |
|
233 |
gr.Interface(title = title, description = description, examples = ex, fn=greet, inputs=[
|
234 |
textbox,
|
235 |
+
gr.Textbox(type="text", value = 0, label="Number of tokens in name:", placeholder="0 for randomly sampled number of tokens")
|
236 |
], outputs="text").launch()
|
237 |
|
238 |
|