Spaces:
Runtime error
Runtime error
Commit
Β·
c6b46ef
1
Parent(s):
3b183e9
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,6 @@ def translate_to_english(text_to_translate):
|
|
76 |
return response.choices[0].text.strip()
|
77 |
|
78 |
|
79 |
-
|
80 |
# Gradio Output Model
|
81 |
with gr.Blocks() as demo:
|
82 |
gr.Markdown("Welcome to the Chinese NLP demo! Please select a model tab to interact with: ")
|
|
|
76 |
return response.choices[0].text.strip()
|
77 |
|
78 |
|
|
|
79 |
# Gradio Output Model
|
80 |
with gr.Blocks() as demo:
|
81 |
gr.Markdown("Welcome to the Chinese NLP demo! Please select a model tab to interact with: ")
|