YashsharmaPhD commited on
Commit
0f2ab56
·
verified ·
1 Parent(s): 0f7f6fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -80,7 +80,9 @@ def generate_bar_plot(selected_df):
80
  with gr.Blocks() as demo:
81
  gr.Markdown("## 📦 Upload a ZIP of .txt files to Analyze Bigrams")
82
 
83
- zip_input = gr.File(label="Upload ZIP File of .txt Files", type="filepath")
 
 
84
  perplexity_input = gr.Number(label="t-SNE Perplexity", value=30)
85
  generate_btn = gr.Button("Generate Scatter Plot")
86
 
 
80
  with gr.Blocks() as demo:
81
  gr.Markdown("## 📦 Upload a ZIP of .txt files to Analyze Bigrams")
82
 
83
+ #zip_input = gr.File(label="Upload ZIP File of .txt Files", type="filepath")
84
+ zip_input = gr.File(label="Upload ZIP File of .txt Files", type="binary")
85
+
86
  perplexity_input = gr.Number(label="t-SNE Perplexity", value=30)
87
  generate_btn = gr.Button("Generate Scatter Plot")
88