Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,6 @@ def use_graphcodebert(input):
|
|
20 |
# Return output
|
21 |
return output
|
22 |
|
23 |
-
# Create and launch Gradio interface
|
24 |
# Create and launch Gradio interface
|
25 |
iface = gr.Interface( # Use from_pretrained instead of from_pipeline
|
26 |
fn=use_graphcodebert,
|
|
|
20 |
# Return output
|
21 |
return output
|
22 |
|
|
|
23 |
# Create and launch Gradio interface
|
24 |
iface = gr.Interface( # Use from_pretrained instead of from_pipeline
|
25 |
fn=use_graphcodebert,
|