update app.py
Browse files
app.py
CHANGED
|
@@ -142,7 +142,7 @@ def display_results(model_name):
|
|
| 142 |
|
| 143 |
demo = gr.Interface(
|
| 144 |
fn=display_results,
|
| 145 |
-
inputs=gr.Textbox(label="Enter a Hugging Face Model ID", placeholder="e.g.,
|
| 146 |
outputs=[
|
| 147 |
gr.Dataframe(label="Evaluation Results"),
|
| 148 |
gr.Plot(label="Financial Dataset"),
|
|
|
|
| 142 |
|
| 143 |
demo = gr.Interface(
|
| 144 |
fn=display_results,
|
| 145 |
+
inputs=gr.Textbox(label="Enter a Hugging Face Model ID", placeholder="e.g., Omartificial-Intelligence-Space/GATE-AraBert-v1"),
|
| 146 |
outputs=[
|
| 147 |
gr.Dataframe(label="Evaluation Results"),
|
| 148 |
gr.Plot(label="Financial Dataset"),
|