Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,6 @@ logger.setLevel("INFO")
|
|
20 |
|
21 |
gr_interface = None
|
22 |
|
23 |
-
VERSION = "0.1"
|
24 |
|
25 |
@dataclass
|
26 |
class DefaultArgs:
|
@@ -158,9 +157,7 @@ if gr_interface:
|
|
158 |
|
159 |
with gr.Blocks() as gr_interface:
|
160 |
with gr.Row():
|
161 |
-
gr.Markdown(f"#
|
162 |
-
with gr.Row():
|
163 |
-
gr.Markdown("open-calm-small Playground")
|
164 |
with gr.Row():
|
165 |
|
166 |
# left panel
|
|
|
20 |
|
21 |
gr_interface = None
|
22 |
|
|
|
23 |
|
24 |
@dataclass
|
25 |
class DefaultArgs:
|
|
|
157 |
|
158 |
with gr.Blocks() as gr_interface:
|
159 |
with gr.Row():
|
160 |
+
gr.Markdown(f"# {args.hf_model_name_or_path.split('/')[-1]} playground")
|
|
|
|
|
161 |
with gr.Row():
|
162 |
|
163 |
# left panel
|