Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,12 +8,10 @@ Date: 2025-05-10
|
|
| 8 |
import os
|
| 9 |
import gradio as gr
|
| 10 |
|
| 11 |
-
from module_vision import demo as vision_block
|
| 12 |
from module_translation import demo as translation_block
|
| 13 |
-
from module_rewriting import demo as rewriting_block
|
| 14 |
|
| 15 |
demo = gr.TabbedInterface(
|
| 16 |
-
interface_list=[
|
| 17 |
tab_names=["Translation",],
|
| 18 |
title="Qwen3 text/think model"
|
| 19 |
)
|
|
|
|
| 8 |
import os
|
| 9 |
import gradio as gr
|
| 10 |
|
|
|
|
| 11 |
from module_translation import demo as translation_block
|
|
|
|
| 12 |
|
| 13 |
demo = gr.TabbedInterface(
|
| 14 |
+
interface_list=[translation_block,],
|
| 15 |
tab_names=["Translation",],
|
| 16 |
title="Qwen3 text/think model"
|
| 17 |
)
|